diff options
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. |