From 63e693f3e2b14d4fff0ea2af54bbfe1fce2cbfe2 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 21 Mar 2011 14:36:59 -0300 Subject: changing default conf generation to host-stage1 --- manifests/host-stage1.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/host-stage1.pp') diff --git a/manifests/host-stage1.pp b/manifests/host-stage1.pp index 9feed97..179dda8 100644 --- a/manifests/host-stage1.pp +++ b/manifests/host-stage1.pp @@ -3,6 +3,7 @@ import "nodo" import "classes/admin_node.pp" import "classes/firewall.pp" import "classes/users.pp" +import "classes/default_conf.pp" include nodo::server @@ -11,3 +12,6 @@ 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