diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-01 15:43:22 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-01 15:43:22 -0200 |
commit | 0d3bd204c75b2393495a5023ba7292a0a580dfc5 (patch) | |
tree | 44f8dc8eb5f5ec5763c46e5e4376af38e8b65aa3 | |
parent | 487d9ab65058b48c068e0e39e0e121f4449f1a4d (diff) | |
download | puppet-firewall-0d3bd204c75b2393495a5023ba7292a0a580dfc5.tar.gz puppet-firewall-0d3bd204c75b2393495a5023ba7292a0a580dfc5.tar.bz2 |
Allow non-standard torrent ports (2)
-rw-r--r-- | manifests/router.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/router.pp b/manifests/router.pp index 7e0e13d..51f3be3 100644 --- a/manifests/router.pp +++ b/manifests/router.pp @@ -351,7 +351,7 @@ class firewall::router::torrent( $destination, $zone = 'loc', $originaldest = $ipaddress, - $range = hiera('firewall::router::torrent::range', '6881:6999') + $range = hiera('firewall::torrent::range', '6881:6999') ) { shorewall::rule { "torrent-tcp-1": action => 'DNAT', |