summaryrefslogtreecommitdiff
path: root/manifests/rules/puppet/master.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/rules/puppet/master.pp')
-rw-r--r--manifests/rules/puppet/master.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rules/puppet/master.pp b/manifests/rules/puppet/master.pp
index 925979c..56b9f0b 100644
--- a/manifests/rules/puppet/master.pp
+++ b/manifests/rules/puppet/master.pp
@@ -3,7 +3,7 @@ class shorewall::rules::puppet::master {
source => 'net',
destination => '$FW',
proto => 'tcp',
- destinationport => '$PUPPETSERVER_PORT,$PUPPETSERVER_SIGN_PORT',
+ destinationport => '$PUPPETSERVER_PORT',
order => 240,
action => 'ACCEPT';
}