diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-06-06 23:40:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-06-06 23:40:31 -0300 |
commit | 3c41c630e12d91187b11c8facee3032691cf3ee5 (patch) | |
tree | c72ab9b9d0aedb498a4433ec26de6cf3b9fc8caf /manifests/master.pp | |
parent | c39b3239900f3eec40f00fa412b8f8879ae71cc1 (diff) | |
download | puppet-nodo-3c41c630e12d91187b11c8facee3032691cf3ee5.tar.gz puppet-nodo-3c41c630e12d91187b11c8facee3032691cf3ee5.tar.bz2 |
Initial nagios support
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 e6d7722..5e1c049 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -7,6 +7,7 @@ class nodo::master { if $main_master == true { include puppetmasterd include munin::host + include nagios # The main master has a host entry pointing to itself, other # masters still retrieve catalogs from the main master. |