aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-19 09:35:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-19 09:35:52 -0300
commitdc9bfdfcb2d67c6ef6d3b4069d0011ad022e9818 (patch)
tree9f495594291ffc33dc66a4aeb0ae98ee699d8610 /manifests/role
parentfbfc69ab8315abafa21479c90d7f6679e9755e07 (diff)
downloadpuppet-nodo-dc9bfdfcb2d67c6ef6d3b4069d0011ad022e9818.tar.gz
puppet-nodo-dc9bfdfcb2d67c6ef6d3b4069d0011ad022e9818.tar.bz2
Drop nagios support
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/master.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/role/master.pp b/manifests/role/master.pp
index 13c689c..64db626 100644
--- a/manifests/role/master.pp
+++ b/manifests/role/master.pp
@@ -35,16 +35,9 @@ class nodo::role::master {
include nodo::role::virtual
include database
include git::daemon
- include nagios::headless
- include nagios::defaults
include nodo::subsystem::monitor::master
include websites
- # Nagios apache workaround
- file { "/etc/apache2/conf.d/nagios3.conf":
- ensure => absent,
- }
-
# Update master's puppet.conf if you change here
database::instance { "puppet":
password => "${db_password}",