diff options
| author | drebs <drebs@riseup.net> | 2011-03-16 21:23:53 -0300 |
|---|---|---|
| committer | drebs <drebs@riseup.net> | 2011-03-16 21:23:53 -0300 |
| commit | 125fdaaca9163793a023c299a255a2f5e929d061 (patch) | |
| tree | 49d330529262f2acc033e875607d096ce2716909 /manifests/admin-stage1.pp | |
| parent | 0d053cdf0a94d29be4c6478de6a9266e097fed7e (diff) | |
| download | puppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.gz puppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.bz2 | |
refac
Diffstat (limited to 'manifests/admin-stage1.pp')
| -rw-r--r-- | manifests/admin-stage1.pp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manifests/admin-stage1.pp b/manifests/admin-stage1.pp new file mode 100644 index 0000000..2970516 --- /dev/null +++ b/manifests/admin-stage1.pp @@ -0,0 +1,14 @@ +import "config.pp" +import "nodo" + +include default_conf +include git + +# puppet config +package { [ "puppet", "puppetmaster" ]: ensure => installed, } + +service { "puppetmaster": + ensure => stopped, + require => Package["puppetmaster"] +} + |
