From: Silvio Rhatto Date: Thu, 18 Feb 2010 18:03:43 +0000 (-0200) Subject: Using $munin_allow instead of $munin_cidr_allow X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=918f653b38c15554db7a7a32e46eb74e2075b3c2;p=puppet-virtual.git Using $munin_allow instead of $munin_cidr_allow --- 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