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