aboutsummaryrefslogtreecommitdiff
path: root/manifests/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-27 20:38:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-10-27 20:38:15 -0200
commit1dbfb411962d22b3f61fb9ec2696879bb9a62ca4 (patch)
treeccdd351d8a313a599a91e87e1c62c0f7f43b5f94 /manifests/master.pp
parent6f517a0fc2d2c29596d13c75b2a132bce10d57a8 (diff)
downloadpuppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.gz
puppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.bz2
Renaming stages
Diffstat (limited to 'manifests/master.pp')
-rw-r--r--manifests/master.pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifests/master.pp b/manifests/master.pp
new file mode 100644
index 0000000..4aa3806
--- /dev/null
+++ b/manifests/master.pp
@@ -0,0 +1,13 @@
+import "config.pp"
+import "nodo"
+
+include git
+
+# puppet config
+package { [ "puppet", "puppetmaster" ]: ensure => installed, }
+
+service { "puppetmaster":
+ ensure => stopped,
+ require => Package["puppetmaster"]
+}
+