From 40a3ba49d07e000321c361f2712da47557415fab Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 2 Oct 2009 13:56:23 +0200 Subject: add puppet rules --- manifests/rules/puppet/master.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifests/rules/puppet/master.pp (limited to 'manifests/rules/puppet/master.pp') diff --git a/manifests/rules/puppet/master.pp b/manifests/rules/puppet/master.pp new file mode 100644 index 0000000..8ef609f --- /dev/null +++ b/manifests/rules/puppet/master.pp @@ -0,0 +1,11 @@ +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'; + } +} -- cgit v1.2.3