]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
Using $munin_allow instead of $munin_cidr_allow
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 18:03:43 +0000 (16:03 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 18:03:43 +0000 (16:03 -0200)
.gitignore [new file with mode: 0644]
manifests/vserver.pp

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1377554
--- /dev/null
@@ -0,0 +1 @@
+*.swp
index ba610ee59c8a650c6d8580b4a275c691946b92e5..c2e29a4949913f4669953628f14c95968a380e5c 100644 (file)
@@ -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