aboutsummaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
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