aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-18 16:03:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-18 16:03:43 -0200
commit918f653b38c15554db7a7a32e46eb74e2075b3c2 (patch)
treeea94c94f720fa978578e6968ff3a25f575fc540f /manifests
parent9e216a7df3b5ab904435ae80a947a7e00f516852 (diff)
downloadpuppet-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.pp4
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