aboutsummaryrefslogtreecommitdiff
path: root/manifests/host.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/host.pp
parentf73fad85330e4b41d48a6a2ad664372a3fa83fc7 (diff)
downloadpuppet-bootstrap-d2331dfe6d46e7e1f824e7692828411e4b7d7d28.tar.gz
puppet-bootstrap-d2331dfe6d46e7e1f824e7692828411e4b7d7d28.tar.bz2
Starting to refactor / site_ convention
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp17
1 files changed, 11 insertions, 6 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 179dda8..eaa9e22 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -1,3 +1,10 @@
+#
+# This file is intended to configure the initial
+# machine wich will host the first puppetmaster
+# virtual machine.
+#
+
+# Import the needed config and modules
import "config.pp"
import "nodo"
import "classes/admin_node.pp"
@@ -5,13 +12,11 @@ import "classes/firewall.pp"
import "classes/users.pp"
import "classes/default_conf.pp"
-include nodo::server
+# The server role
+include nodo::role::server
-# creates vserver for administrative node
+# Creates vserver for administrative node
include admin_node
-# creates firewall rules for administrative node's external acess
+# Creates firewall rules for administrative node's external acess
include firewall
-
-# creates a default puppet configuration in /usr/local/puppet/default-conf
-include default_conf