aboutsummaryrefslogtreecommitdiff
path: root/manifests/vserver.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vserver.pp')
-rw-r--r--manifests/vserver.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/vserver.pp b/manifests/vserver.pp
index c2e29a4..b7d2c98 100644
--- a/manifests/vserver.pp
+++ b/manifests/vserver.pp
@@ -59,8 +59,8 @@ class vserver::host {
}
# Setup some plugins if munin is enabled in the system
- case $munin_allow {
- '': {}
+ case $virtual_munin {
+ false: {}
default: {
file {
"/usr/local/share/munin-plugins/vserver_resources":
@@ -79,8 +79,8 @@ class vserver::host {
}
# Setup some plugins if munin is enabled in the system
- case $munin_allow {
- '': {}
+ case $virtual_munin {
+ false: {}
default: {
# This creates a load average graph combining the individual load averages of each vserver on the host
munin::plugin {