]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Changing munin configuration (2)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 16:54:24 +0000 (14:54 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 16:54:24 +0000 (14:54 -0200)
manifests/init.pp

index 6e7b7fbf37547b382ac30a10daaa3c2881e70e05..11667ff3b090e3142e122589629b668c49491f9c 100644 (file)
@@ -274,9 +274,9 @@ class nodo::vserver inherits nodo {
         shorewall::rule { "munin-$context":
           action          => 'DNAT',
           source          => 'net',
-          destination     => "vm:192.168.0.$context:59$id",
+          destination     => "vm:192.168.0.$context:49$id",
           proto           => 'tcp',
-          destinationport => "59$id",
+          destinationport => "49$id",
           ratelimit       => '-',
           order           => "4$id",
         }