From 0d3bd204c75b2393495a5023ba7292a0a580dfc5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 1 Jan 2014 15:43:22 -0200 Subject: Allow non-standard torrent ports (2) --- manifests/router.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3