]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor changes
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Aug 2011 22:16:02 +0000 (19:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Aug 2011 22:16:02 +0000 (19:16 -0300)
manifests/subsystems/firewall/router.pp

index 27800987090438944b2e81131bf21203f2230132..7dbd2f50d027dcbf8cbe92712591e9fa07170cc8 100644 (file)
@@ -165,8 +165,8 @@ class firewall::router::torrent($destination, $zone = 'loc') {
 
 # See http://www.shorewall.net/FAQ.htm#faq2
 define firewall::router::hairpinning($order = '200', $proto = 'tcp', $port = 'www',
-                                    $external_ip = '$ETH0_IP', $interface = 'eth1',
-                                    $destination = '192.168.1.100') {
+                                     $external_ip = '$ETH0_IP', $interface = 'eth1',
+                                     $destination = '192.168.1.100') {
   shorewall::masq { "routeback-$name":
     interface => "$interface:$destination",
     source    => $interface,