diff options
author | varac <varacanero@zeromail.org> | 2014-03-25 23:42:19 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-03-25 23:42:19 +0100 |
commit | 1457c4a85ad3e7f2fbdc6f969b801542b3396581 (patch) | |
tree | 397058a29510fdd3cdf57cf282eefe358ae222d7 /puppet/manifests/site.pp | |
parent | a8c9d80317240d86cb7de652c23efbd7bc81bde2 (diff) |
Move setup.pp to a subclass (site_config::setup) (Feature #2993)
Diffstat (limited to 'puppet/manifests/site.pp')
-rw-r--r-- | puppet/manifests/site.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index def0a642..d83a189d 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 |