From 918f653b38c15554db7a7a32e46eb74e2075b3c2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Feb 2010 16:03:43 -0200 Subject: Using $munin_allow instead of $munin_cidr_allow --- manifests/vserver.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/vserver.pp') 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 -- cgit v1.2.3