Add pacman conf
This commit is contained in:
parent
2617c557ba
commit
b296c4244b
2 changed files with 5 additions and 0 deletions
|
@ -2,4 +2,9 @@ class yaourt {
|
|||
include 'yaourt::packages'
|
||||
|
||||
include 'yaourt::keys'
|
||||
|
||||
file { '/etc/pacman.conf':
|
||||
ensure => file,
|
||||
source => 'puppet:///modules/yaourt/pacman.conf'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue