diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-09 14:43:36 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-09 14:43:36 -0300 | 
| commit | d0ee197f022bc877b457d0e139f63bf6be401eb5 (patch) | |
| tree | 4993219921cc87cf040e667ff1bbb4abc2736cf1 | |
| parent | 665da2db0bf3e347f406548695b7617b349ac314 (diff) | |
| download | puppet-nodo-d0ee197f022bc877b457d0e139f63bf6be401eb5.tar.gz puppet-nodo-d0ee197f022bc877b457d0e139f63bf6be401eb5.tar.bz2 | |
Minor fix
| -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", | 
