diff options
Diffstat (limited to 'manifests/subsystems/firewall/ups.pp')
-rw-r--r-- | manifests/subsystems/firewall/ups.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall/ups.pp b/manifests/subsystems/firewall/ups.pp index c559739..042fcdc 100644 --- a/manifests/subsystems/firewall/ups.pp +++ b/manifests/subsystems/firewall/ups.pp @@ -6,6 +6,6 @@ class firewall::ups { proto => 'tcp', destinationport => "3551", ratelimit => '-', - order => "200", + order => 200, } } |