diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 12:09:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 12:09:55 -0200 |
commit | fcfb99e607f7c6774f22cc818f6843bfc9399d60 (patch) | |
tree | e2fe4e08e62274e9cf8f47e76c874dea177e1f17 /manifests/role/master.pp | |
parent | ca767693df70f8c857853e8187287892f781c57d (diff) | |
download | puppet-nodo-fcfb99e607f7c6774f22cc818f6843bfc9399d60.tar.gz puppet-nodo-fcfb99e607f7c6774f22cc818f6843bfc9399d60.tar.bz2 |
Reduce dependencies in the master node
Diffstat (limited to 'manifests/role/master.pp')
-rw-r--r-- | manifests/role/master.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/role/master.pp b/manifests/role/master.pp index e65efbb..76bdf29 100644 --- a/manifests/role/master.pp +++ b/manifests/role/master.pp @@ -46,10 +46,6 @@ class nodo::role::master { include nagios::headless include nagios::defaults include nodo::subsystem::monitor::master - include websites::hosting::admin - - # Put your custom admin sites here - require ::site_websites::admin # Nagios apache workaround file { "/etc/apache2/conf.d/nagios3.conf": |