diff options
Diffstat (limited to 'manifests/subsystems/firewall/ups.pp')
-rw-r--r-- | manifests/subsystems/firewall/ups.pp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/subsystems/firewall/ups.pp b/manifests/subsystems/firewall/ups.pp deleted file mode 100644 index 042fcdc..0000000 --- a/manifests/subsystems/firewall/ups.pp +++ /dev/null @@ -1,11 +0,0 @@ -class firewall::ups { - shorewall::rule { "ups": - action => 'ACCEPT', - source => 'net', - destination => '$FW', - proto => 'tcp', - destinationport => "3551", - ratelimit => '-', - order => 200, - } -} |