summaryrefslogtreecommitdiff
path: root/manifests/router/torrent.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/router/torrent.pp')
-rw-r--r--manifests/router/torrent.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/router/torrent.pp b/manifests/router/torrent.pp
index b5ac97d..493bd4c 100644
--- a/manifests/router/torrent.pp
+++ b/manifests/router/torrent.pp
@@ -2,7 +2,7 @@ class firewall::router::torrent(
$destination,
$zone = 'loc',
$originaldest = $ipaddress,
- $range = lookup('firewall::torrent::range', undef, undef, '6881:6999')
+ $range = lookup('firewall::torrent::range', undef, undef, '6881:6999'),
$implementation = lookup('firewall::implementation', undef, undef, 'shorewall'),
) {
class { "firewall::implementations::${implementation}::router::torrent":