aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-11 20:22:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-11 20:22:34 -0300
commit155c43c53ef8cb71e2b9567aa58ec1666a754b4a (patch)
tree139051576f2756ea7e5949b199a225af46e1748f /manifests/role/master.pp
parent29e0f20bf8489d4a3c338b6b9f18c73464f07fad (diff)
parentcf675edc9ea5a34f22d64f0e3d2a57487b0d0d54 (diff)
downloadpuppet-nodo-155c43c53ef8cb71e2b9567aa58ec1666a754b4a.tar.gz
puppet-nodo-155c43c53ef8cb71e2b9567aa58ec1666a754b4a.tar.bz2
Merge branch 'master' into develop
Diffstat (limited to 'manifests/role/master.pp')
-rw-r--r--manifests/role/master.pp4
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,