Remember to name files correctly

This commit is contained in:
Jake Howard 2017-10-20 09:23:56 +01:00
parent 082af0253d
commit 1306026665
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 9 additions and 5 deletions

View file

@ -1,5 +0,0 @@
node default {
include stdlib
include yaourt
}

View file

@ -0,0 +1,9 @@
node default {
Exec {
path => ['/usr/bin', '/usr/sbin', '/usr/local/bin', '/usr/local/sbin']
}
include stdlib
include yaourt
}