diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-03 19:46:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-03 19:46:52 -0300 |
commit | 1292fbc9d0fd47d154b4b3a98b870b086f8272da (patch) | |
tree | 13b696ca482ab234d87442008c4d2dbd0cd0f853 /manifests/master.pp | |
parent | 46c1ce7d6d9be6ecc5229463b794e52739c033c2 (diff) | |
download | puppet-nodo-1292fbc9d0fd47d154b4b3a98b870b086f8272da.tar.gz puppet-nodo-1292fbc9d0fd47d154b4b3a98b870b086f8272da.tar.bz2 |
Enhancing comment about munin::host variable issues
Diffstat (limited to 'manifests/master.pp')
-rw-r--r-- | manifests/master.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/master.pp b/manifests/master.pp index c5c23da..82801f4 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -9,6 +9,13 @@ class nodo::master { # This is a workaround to correctly set allowed hosts on munin # client when the host is also present. + # + # Somewhow the inclusion of munin::host makes both $munin_allow + # and $munin_port to get blank. + # + # Right now we don't need to bother with fixing $munin_port as + # we are running the munin host in the main master node but it's + # mandatory to fix $munin_allow so munin can connect into the node. $munin_allow = $global_munin_allow include munin::host |