diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 20:20:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 20:20:17 -0300 |
commit | 198654c3f8c8ea7daa6b7b97394ed37e483cb723 (patch) | |
tree | 7a59344770a57c623b901c2856210af24a24d752 /manifests/role/master.pp | |
parent | f51930f88f81d48f51479bcdebb919ab4de8def9 (diff) | |
download | puppet-nodo-198654c3f8c8ea7daa6b7b97394ed37e483cb723.tar.gz puppet-nodo-198654c3f8c8ea7daa6b7b97394ed37e483cb723.tar.bz2 |
More site_ conventions
Diffstat (limited to 'manifests/role/master.pp')
-rw-r--r-- | manifests/role/master.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/role/master.pp b/manifests/role/master.pp index 29c85ee..fb77bcb 100644 --- a/manifests/role/master.pp +++ b/manifests/role/master.pp @@ -43,11 +43,13 @@ class nodo::role::master { include nodo::role::vserver include database include git::daemon - include websites::admin include nagios::headless include nagios::defaults include nodo::subsystem::monitor::master + # Put your custom admin sites here + require ::site_websites::admin + # Nagios apache workaround file { "/etc/apache2/conf.d/nagios3.conf": ensure => absent, |