diff options
author | mh <mh@immerda.ch> | 2012-06-18 15:24:12 -0300 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-06-18 15:24:12 -0300 |
commit | be37ed29e196008209431f1401c040dd200e3019 (patch) | |
tree | 4bf08f2414244e490e1f11247ed61d9ff6ce9fce /manifests/rules/puppet | |
parent | 210b66ab54f1c57a10a2e9a342559f77e649658f (diff) | |
download | puppet-shorewall-be37ed29e196008209431f1401c040dd200e3019.tar.gz puppet-shorewall-be37ed29e196008209431f1401c040dd200e3019.tar.bz2 |
the rest will be included already by the client
Diffstat (limited to 'manifests/rules/puppet')
-rw-r--r-- | manifests/rules/puppet/master.pp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/manifests/rules/puppet/master.pp b/manifests/rules/puppet/master.pp index 8ef609f..925979c 100644 --- a/manifests/rules/puppet/master.pp +++ b/manifests/rules/puppet/master.pp @@ -1,11 +1,10 @@ class shorewall::rules::puppet::master { - include ::shorewall::rules::puppet - shorewall::rule { 'net-me-tcp_puppet-main': - source => 'net', - destination => '$FW', - proto => 'tcp', - destinationport => '$PUPPETSERVER_PORT,$PUPPETSERVER_SIGN_PORT', - order => 240, - action => 'ACCEPT'; - } + shorewall::rule { 'net-me-tcp_puppet-main': + source => 'net', + destination => '$FW', + proto => 'tcp', + destinationport => '$PUPPETSERVER_PORT,$PUPPETSERVER_SIGN_PORT', + order => 240, + action => 'ACCEPT'; + } } |