Remember to name files correctly
This commit is contained in:
parent
082af0253d
commit
1306026665
2 changed files with 9 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
node default {
|
|
||||||
include stdlib
|
|
||||||
|
|
||||||
include yaourt
|
|
||||||
}
|
|
9
manifests/pre-packages.pp
Normal file
9
manifests/pre-packages.pp
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
node default {
|
||||||
|
Exec {
|
||||||
|
path => ['/usr/bin', '/usr/sbin', '/usr/local/bin', '/usr/local/sbin']
|
||||||
|
}
|
||||||
|
|
||||||
|
include stdlib
|
||||||
|
|
||||||
|
include yaourt
|
||||||
|
}
|
Loading…
Reference in a new issue