From ad4d8d1b0a207ecd47dfaac90c47a6bd0f7db612 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 8 Nov 2010 22:44:51 -0200 Subject: Adding UPS NIS support --- manifests/subsystems/firewall.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'manifests/subsystems/firewall.pp') diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index eaf5ef7..24d66b8 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -303,3 +303,15 @@ class firewall::printer { order => "201", } } + +class firewall::ups { + shorewall::rule { "ups": + action => 'ACCEPT', + source => 'net', + destination => '$FW', + proto => 'tcp', + destinationport => "3551", + ratelimit => '-', + order => "200", + } +} -- cgit v1.2.3