aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-11 20:20:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-11 20:20:17 -0300
commit198654c3f8c8ea7daa6b7b97394ed37e483cb723 (patch)
tree7a59344770a57c623b901c2856210af24a24d752 /manifests/role/master.pp
parentf51930f88f81d48f51479bcdebb919ab4de8def9 (diff)
downloadpuppet-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.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,