aboutsummaryrefslogtreecommitdiff
path: root/manifests/rules/out/munin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-13 21:34:55 -0300
committermh <mh@immerda.ch>2012-06-13 21:34:55 -0300
commit210b66ab54f1c57a10a2e9a342559f77e649658f (patch)
tree01a9ff90a2905736b9c7a52004c97f3e383bd4ba /manifests/rules/out/munin.pp
parentd1c97a77e3ab7add830ba1f0f377e57b612c44d8 (diff)
downloadpuppet-shorewall-210b66ab54f1c57a10a2e9a342559f77e649658f.tar.gz
puppet-shorewall-210b66ab54f1c57a10a2e9a342559f77e649658f.tar.bz2
migrate away from hiera stuff
Diffstat (limited to 'manifests/rules/out/munin.pp')
-rw-r--r--manifests/rules/out/munin.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/rules/out/munin.pp b/manifests/rules/out/munin.pp
index 7b0a015..004a3d5 100644
--- a/manifests/rules/out/munin.pp
+++ b/manifests/rules/out/munin.pp
@@ -1,10 +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';
- }
+ shorewall::rule { 'me-net-rcp_muninhost':
+ source => '$FW',
+ destination => 'net',
+ proto => 'tcp',
+ destinationport => '4949',
+ order => 340,
+ action => 'ACCEPT';
+ }
}