diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2010-06-08 00:08:07 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2010-06-08 00:08:07 -0300 |
| commit | d3b21754f899d06b2dc3d3e66e6f9cdc4f1846c9 (patch) | |
| tree | 397a852e9e6f6b5c26d7e9939b2e5c05c5b786b6 | |
| parent | 002d3f0d3802ff70ddbe8d9e80ed504155a13313 (diff) | |
| download | puppet-nodo-d3b21754f899d06b2dc3d3e66e6f9cdc4f1846c9.tar.gz puppet-nodo-d3b21754f899d06b2dc3d3e66e6f9cdc4f1846c9.tar.bz2 | |
Using nagios::headless instead of nagios for master nodes
| -rw-r--r-- | manifests/master.pp | 2 |
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": |
