]> gitweb.fluxo.info Git - puppet-firewall.git/commitdiff
Allow non-standard torrent ports (2)
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Jan 2014 17:43:22 +0000 (15:43 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Jan 2014 17:43:22 +0000 (15:43 -0200)
manifests/router.pp

index 7e0e13dd98b4e7438ad0026e5857f36faa3b17a7..51f3be3c34e09ca2751c8dbc62b634f21f7e1fb0 100644 (file)
@@ -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',