Init puppet setup
This commit is contained in:
parent
c286c4c3be
commit
da1addc08c
2 changed files with 10 additions and 0 deletions
3
manifests/main.pp
Normal file
3
manifests/main.pp
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
node default {
|
||||||
|
include yaourt
|
||||||
|
}
|
7
modules/yaourt/manifests/init.pp
Normal file
7
modules/yaourt/manifests/init.pp
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
class yaourt {
|
||||||
|
package {[
|
||||||
|
"firefox-beta"
|
||||||
|
]:
|
||||||
|
ensure => latest
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue