diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-06-08 00:14:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-06-08 00:14:19 -0300 |
commit | ec06b10e73a914082e3503b9f93bd1bff229ffcc (patch) | |
tree | 674f6e4a14a1230305895aeb8a88946a7e43a7ce /manifests/master.pp | |
parent | d3b21754f899d06b2dc3d3e66e6f9cdc4f1846c9 (diff) | |
download | puppet-nodo-ec06b10e73a914082e3503b9f93bd1bff229ffcc.tar.gz puppet-nodo-ec06b10e73a914082e3503b9f93bd1bff229ffcc.tar.bz2 |
Including nagios::defaults on master nodes
Diffstat (limited to 'manifests/master.pp')
-rw-r--r-- | manifests/master.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/master.pp b/manifests/master.pp index b9fa3e4..4158524 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -8,6 +8,7 @@ class nodo::master { include puppetmasterd include munin::host include nagios::headless + include nagios::defaults # TODO: nagios apache workaround file { "/etc/apache2/conf.d/nagios3.conf": |