aboutsummaryrefslogtreecommitdiff
path: root/manifests/bootstrap/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:50:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:50:56 -0300
commitb50dd8ae86f3d8bb52c5ad32de559395c6f46e21 (patch)
treec39d802ed54fb587e38c32dd25f75642be2b2df3 /manifests/bootstrap/master.pp
parent9d4f47a2b6f3231e870249823dbe0f7db1baa111 (diff)
downloadpuppet-bootstrap-b50dd8ae86f3d8bb52c5ad32de559395c6f46e21.tar.gz
puppet-bootstrap-b50dd8ae86f3d8bb52c5ad32de559395c6f46e21.tar.bz2
Move bootstrap specific manifests to a folder
Diffstat (limited to 'manifests/bootstrap/master.pp')
-rw-r--r--manifests/bootstrap/master.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/bootstrap/master.pp b/manifests/bootstrap/master.pp
new file mode 100644
index 0000000..51167f3
--- /dev/null
+++ b/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