aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/firewall.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-08 22:44:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-08 22:44:51 -0200
commitad4d8d1b0a207ecd47dfaac90c47a6bd0f7db612 (patch)
treeb6677bf92020f436294b20e0ea07f70fd130737c /manifests/subsystems/firewall.pp
parent99a5649c8d024d68046ca6dc6747ae7d66ca3ab1 (diff)
downloadpuppet-nodo-ad4d8d1b0a207ecd47dfaac90c47a6bd0f7db612.tar.gz
puppet-nodo-ad4d8d1b0a207ecd47dfaac90c47a6bd0f7db612.tar.bz2
Adding UPS NIS support
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-rw-r--r--manifests/subsystems/firewall.pp12
1 files changed, 12 insertions, 0 deletions
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",
+ }
+}