aboutsummaryrefslogtreecommitdiff
path: root/manifests/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-06-08 00:08:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-06-08 00:08:07 -0300
commitd3b21754f899d06b2dc3d3e66e6f9cdc4f1846c9 (patch)
tree397a852e9e6f6b5c26d7e9939b2e5c05c5b786b6 /manifests/master.pp
parent002d3f0d3802ff70ddbe8d9e80ed504155a13313 (diff)
downloadpuppet-nodo-d3b21754f899d06b2dc3d3e66e6f9cdc4f1846c9.tar.gz
puppet-nodo-d3b21754f899d06b2dc3d3e66e6f9cdc4f1846c9.tar.bz2
Using nagios::headless instead of nagios for master nodes
Diffstat (limited to 'manifests/master.pp')
-rw-r--r--manifests/master.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/master.pp b/manifests/master.pp
index e9e4562..b9fa3e4 100644
--- a/manifests/master.pp
+++ b/manifests/master.pp
@@ -7,7 +7,7 @@ class nodo::master {
if $main_master == true {
include puppetmasterd
include munin::host
- include nagios
+ include nagios::headless
# TODO: nagios apache workaround
file { "/etc/apache2/conf.d/nagios3.conf":