aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/firewall.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-09 14:43:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-09 14:43:36 -0300
commitd0ee197f022bc877b457d0e139f63bf6be401eb5 (patch)
tree4993219921cc87cf040e667ff1bbb4abc2736cf1 /manifests/subsystems/firewall.pp
parent665da2db0bf3e347f406548695b7617b349ac314 (diff)
downloadpuppet-nodo-d0ee197f022bc877b457d0e139f63bf6be401eb5.tar.gz
puppet-nodo-d0ee197f022bc877b457d0e139f63bf6be401eb5.tar.bz2
Minor fix
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-rw-r--r--manifests/subsystems/firewall.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp
index 1fe28c3..fca990d 100644
--- a/manifests/subsystems/firewall.pp
+++ b/manifests/subsystems/firewall.pp
@@ -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",