aboutsummaryrefslogtreecommitdiff
path: root/manifests/host-stage1.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2011-03-16 21:23:53 -0300
committerdrebs <drebs@riseup.net>2011-03-16 21:23:53 -0300
commit125fdaaca9163793a023c299a255a2f5e929d061 (patch)
tree49d330529262f2acc033e875607d096ce2716909 /manifests/host-stage1.pp
parent0d053cdf0a94d29be4c6478de6a9266e097fed7e (diff)
downloadpuppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.gz
puppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.bz2
refac
Diffstat (limited to 'manifests/host-stage1.pp')
-rw-r--r--manifests/host-stage1.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/host-stage1.pp b/manifests/host-stage1.pp
new file mode 100644
index 0000000..2360b20
--- /dev/null
+++ b/manifests/host-stage1.pp
@@ -0,0 +1,10 @@
+import "config.pp"
+import "nodo"
+import "admin_node.pp"
+import "firewall.pp"
+
+# creates vserver for administrative node
+include admin_node
+
+# creates firewall rules for administrative node's external acess
+include firewall