]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
add munin host rule
authormh <mh@immerda.ch>
Tue, 29 Sep 2009 20:20:55 +0000 (22:20 +0200)
committerMicah Anderson <micah@riseup.net>
Mon, 7 Dec 2009 16:34:13 +0000 (11:34 -0500)
manifests/rules/out/munin.pp [new file with mode: 0644]

diff --git a/manifests/rules/out/munin.pp b/manifests/rules/out/munin.pp
new file mode 100644 (file)
index 0000000..7b0a015
--- /dev/null
@@ -0,0 +1,10 @@
+class shorewall::rules::out::munin {
+    shorewall::rule { 'me-net-rcp_muninhost':
+        source          => '$FW',
+        destination     => 'net',
+        proto           => 'tcp',
+        destinationport => '4949',
+        order           => 340,
+        action          => 'ACCEPT';
+    }
+}