diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 16:03:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 16:03:43 -0200 |
commit | 918f653b38c15554db7a7a32e46eb74e2075b3c2 (patch) | |
tree | ea94c94f720fa978578e6968ff3a25f575fc540f /manifests | |
parent | 9e216a7df3b5ab904435ae80a947a7e00f516852 (diff) | |
download | puppet-virtual-918f653b38c15554db7a7a32e46eb74e2075b3c2.tar.gz puppet-virtual-918f653b38c15554db7a7a32e46eb74e2075b3c2.tar.bz2 |
Using $munin_allow instead of $munin_cidr_allow
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/vserver.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/vserver.pp b/manifests/vserver.pp index ba610ee..c2e29a4 100644 --- a/manifests/vserver.pp +++ b/manifests/vserver.pp @@ -59,7 +59,7 @@ class vserver::host { } # Setup some plugins if munin is enabled in the system - case $munin_cidr_allow { + case $munin_allow { '': {} default: { file { @@ -79,7 +79,7 @@ class vserver::host { } # Setup some plugins if munin is enabled in the system - case $munin_cidr_allow { + case $munin_allow { '': {} default: { # This creates a load average graph combining the individual load averages of each vserver on the host |