diff options
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-rw-r--r-- | manifests/subsystems/firewall.pp | 1 |
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", |