diff options
author | varac <varacanero@zeromail.org> | 2014-04-04 10:27:53 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-04-04 10:27:53 +0200 |
commit | c8f9eaf3db509d8e678a7de0e363e14b91377e22 (patch) | |
tree | af4708f460550431720b6455e3405c2b20389b5c /puppet/manifests/site.pp | |
parent | 50d2aae1a0611d1266303c5a4d2ab168d696afbc (diff) | |
parent | 1457c4a85ad3e7f2fbdc6f969b801542b3396581 (diff) |
Merge branch '2993_setup_subclass' into 0.6
Diffstat (limited to 'puppet/manifests/site.pp')
-rw-r--r-- | puppet/manifests/site.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index ff8f8c6c..f8726fa9 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -5,6 +5,7 @@ Exec { path => '/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin' } $services=join(hiera_array('services', ['']), ' ') notice("Services for ${fqdn}: ${services}") +include site_config::setup include site_config::default # configure eip @@ -42,4 +43,4 @@ if $services =~ /\bstatic\b/ { include site_static } -include site_config::packages::uninstall
\ No newline at end of file +include site_config::packages::uninstall |