summaryrefslogtreecommitdiff
path: root/puppet/manifests/bootstrap/master.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/manifests/bootstrap/master.pp')
-rw-r--r--puppet/manifests/bootstrap/master.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/puppet/manifests/bootstrap/master.pp b/puppet/manifests/bootstrap/master.pp
new file mode 100644
index 0000000..51167f3
--- /dev/null
+++ b/puppet/manifests/bootstrap/master.pp
@@ -0,0 +1,12 @@
+#
+# This manifest is intended to configure the initial
+# puppetmaster node.
+#
+# Once it's running it can setup all the other nodes.
+#
+
+# Import site configuration
+import "../site.pp"
+
+# Include the master node configuration
+include nodo::role::master