Merge it back in, so it runs in 1 time
This commit is contained in:
parent
fd8be599cf
commit
64ca88daa0
3 changed files with 5 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
patch /usr/bin/makepkg < makepkg.patch
|
||||
|
||||
puppet apply manifests/main.pp --modulepath=modules/ --verbose
|
||||
|
||||
patch /usr/bin/makepkg < makepkg.patch
|
||||
puppet apply manifests/packages.pp --modulepath=modules/ --verbose
|
||||
patch /usr/bin/makepkg -R < makepkg.patch
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
class yaourt {
|
||||
include 'yaourt::files'
|
||||
|
||||
include 'yaourt::packages';
|
||||
|
||||
include 'yaourt::keys'
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
node default {
|
||||
class yaourt::packages () {
|
||||
package {[
|
||||
'acpi',
|
||||
'advanced-ssh-config',
|
Loading…
Reference in a new issue