diff options
Diffstat (limited to 'manifests/subsystems/firewall/torrent.pp')
-rw-r--r-- | manifests/subsystems/firewall/torrent.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/firewall/torrent.pp b/manifests/subsystems/firewall/torrent.pp index 954c71f..2dc8451 100644 --- a/manifests/subsystems/firewall/torrent.pp +++ b/manifests/subsystems/firewall/torrent.pp @@ -6,7 +6,7 @@ class firewall::torrent { proto => 'tcp', destinationport => "6881:6999", ratelimit => '-', - order => "200", + order => 200, } shorewall::rule { "torrent-udp": @@ -16,6 +16,6 @@ class firewall::torrent { proto => 'udp', destinationport => "6881:6999", ratelimit => '-', - order => "201", + order => 201, } } |