diff options
author | mh <mh@immerda.ch> | 2012-06-13 21:34:55 -0300 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-06-13 21:34:55 -0300 |
commit | 210b66ab54f1c57a10a2e9a342559f77e649658f (patch) | |
tree | 01a9ff90a2905736b9c7a52004c97f3e383bd4ba /manifests/rules/out/munin.pp | |
parent | d1c97a77e3ab7add830ba1f0f377e57b612c44d8 (diff) | |
download | puppet-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.pp | 16 |
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'; + } } |