aboutsummaryrefslogtreecommitdiff
path: root/manifests/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-28 18:57:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-28 18:57:07 -0300
commitd2331dfe6d46e7e1f824e7692828411e4b7d7d28 (patch)
treea6a6d9422c834f77784be4bd7b4d3dfe24850a0d /manifests/master.pp
parentf73fad85330e4b41d48a6a2ad664372a3fa83fc7 (diff)
downloadpuppet-bootstrap-d2331dfe6d46e7e1f824e7692828411e4b7d7d28.tar.gz
puppet-bootstrap-d2331dfe6d46e7e1f824e7692828411e4b7d7d28.tar.bz2
Starting to refactor / site_ convention
Diffstat (limited to 'manifests/master.pp')
-rw-r--r--manifests/master.pp20
1 files changed, 10 insertions, 10 deletions
diff --git a/manifests/master.pp b/manifests/master.pp
index 4aa3806..30f6dc2 100644
--- a/manifests/master.pp
+++ b/manifests/master.pp
@@ -1,13 +1,13 @@
+#
+# This file is intended to configure the initial
+# puppetmaster node.
+#
+# Once it's running it can setup all the other nodes.
+#
+
+# Import the needed config and modules
import "config.pp"
import "nodo"
-include git
-
-# puppet config
-package { [ "puppet", "puppetmaster" ]: ensure => installed, }
-
-service { "puppetmaster":
- ensure => stopped,
- require => Package["puppetmaster"]
-}
-
+# Include the master node configuration
+include nodo::role::master