From: Silvio Rhatto Date: Wed, 1 Jan 2014 17:43:22 +0000 (-0200) Subject: Allow non-standard torrent ports (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d3bd204c75b2393495a5023ba7292a0a580dfc5;p=puppet-firewall.git Allow non-standard torrent ports (2) --- 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',