]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Aug 2011 17:37:24 +0000 (14:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Aug 2011 17:37:24 +0000 (14:37 -0300)
manifests/subsystems/firewall.pp

index 1fb216c369f0d0a0e5e934944c5b66db1ab06e8e..1fe28c327a767e15e7264d159c1849219870982e 100644 (file)
@@ -574,7 +574,7 @@ define firewall::router::ssh($destination, $port_orig = '22', $port_dest = '') {
     destination     => $port_dest ? {
       ''      => "vm:$destination",
       default => "vm:$destination:$port_dest",
-    }
+    },
     proto           => 'tcp',
     destinationport => "$port_orig",
     ratelimit       => '-',
@@ -587,7 +587,7 @@ define firewall::router::ssh($destination, $port_orig = '22', $port_dest = '') {
     destination     => $port_dest ? {
       ''      => "fw:$destination",
       default => "fw:$destination:$port_dest",
-    }
+    },
     proto           => 'tcp',
     destinationport => "$port_orig",
     originaldest    => "$ipaddress",
@@ -603,7 +603,7 @@ define firewall::router::munin($destination, $port_orig, $port_dest = '') {
     destination     => $port_dest ? {
       ''      => "fw:$destination",
       default => "fw:$destination:$port_dest",
-    }
+    },
     proto           => 'tcp',
     destinationport => "$port_orig",
     ratelimit       => '-',
@@ -616,7 +616,7 @@ define firewall::router::munin($destination, $port_orig, $port_dest = '') {
     destination     => $port_dest ? {
       ''      => "fw:$destination",
       default => "fw:$destination:$port_dest",
-    }
+    },
     proto           => 'tcp',
     destinationport => "$port_orig",
     originaldest    => "$ipaddress",