diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | manifests/vserver.pp | 4 |
2 files changed, 3 insertions, 2 deletions
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 |