From 1dbfb411962d22b3f61fb9ec2696879bb9a62ca4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 27 Oct 2013 20:38:15 -0200 Subject: Renaming stages --- manifests/host.pp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/host.pp (limited to 'manifests/host.pp') diff --git a/manifests/host.pp b/manifests/host.pp new file mode 100644 index 0000000..179dda8 --- /dev/null +++ b/manifests/host.pp @@ -0,0 +1,17 @@ +import "config.pp" +import "nodo" +import "classes/admin_node.pp" +import "classes/firewall.pp" +import "classes/users.pp" +import "classes/default_conf.pp" + +include nodo::server + +# creates vserver for administrative node +include admin_node + +# 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 -- cgit v1.2.3