diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-04 18:33:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-04 18:33:07 -0300 |
commit | 7ed1c52b68bbdafe9669cd3e3fcbdd3cc1202ff6 (patch) | |
tree | 3059776b6907c9aa85fa287658277bd322727e91 /manifests/role | |
parent | 36670b955bfcbfbfc1079c1e1bd74a1026ea7c4f (diff) | |
download | puppet-nodo-7ed1c52b68bbdafe9669cd3e3fcbdd3cc1202ff6.tar.gz puppet-nodo-7ed1c52b68bbdafe9669cd3e3fcbdd3cc1202ff6.tar.bz2 |
Adding nodo::subsystem::monitor::master
Diffstat (limited to 'manifests/role')
-rw-r--r-- | manifests/role/master.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/role/master.pp b/manifests/role/master.pp index 804ea78..cbc3b5d 100644 --- a/manifests/role/master.pp +++ b/manifests/role/master.pp @@ -39,6 +39,7 @@ class nodo::role::master { include websites::admin include nagios::headless include nagios::defaults + include nodo::subsystem::monitor::master # Nagios apache workaround file { "/etc/apache2/conf.d/nagios3.conf": |