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