diff options
-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', |