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

index 1fe28c327a767e15e7264d159c1849219870982e..fca990d8c5a979964f4f05e00f4b512b935f3c19 100644 (file)
@@ -639,7 +639,6 @@ class firewall::router::torrent($destination) {
   shorewall::rule { "torrent-udp":
     action          => 'ACCEPT',
     source          => 'net',
-    destination     => '$FW',
     destination     => "fw:$destination",
     proto           => 'udp',
     destinationport => "6881:6999",