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 --- .gitignore | 1 + manifests/vserver.pp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp 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