summaryrefslogtreecommitdiff
path: root/manifests/rules
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-18 15:24:12 -0300
committermh <mh@immerda.ch>2012-06-18 15:24:12 -0300
commitbe37ed29e196008209431f1401c040dd200e3019 (patch)
tree4bf08f2414244e490e1f11247ed61d9ff6ce9fce /manifests/rules
parent210b66ab54f1c57a10a2e9a342559f77e649658f (diff)
the rest will be included already by the client
Diffstat (limited to 'manifests/rules')
-rw-r--r--manifests/rules/puppet/master.pp17
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';
+ }
}