summaryrefslogtreecommitdiff
path: root/manifests/rules/puppet.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jerome@riseup.net>2018-02-16 15:11:22 -0500
committerJerome Charaoui <jerome@riseup.net>2018-02-16 15:14:00 -0500
commit8d57c328374b6badc4accd454315b4457965d9e1 (patch)
treed39c3bd1366c1f0cb62f7b5f9b33b83092e460aa /manifests/rules/puppet.pp
parent9f9d741a3417dc560a586c7143d6a7ca7c8f6cb6 (diff)
Remove $puppetserver_signport, fixes #8
ng  lavamind: this is an acient relict, where there was a problem signing through apache ng  and then we had a mongrel running on that port
Diffstat (limited to 'manifests/rules/puppet.pp')
-rw-r--r--manifests/rules/puppet.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/rules/puppet.pp b/manifests/rules/puppet.pp
index dcb88f5..3c90370 100644
--- a/manifests/rules/puppet.pp
+++ b/manifests/rules/puppet.pp
@@ -3,16 +3,12 @@ class shorewall::rules::puppet(
$puppetserver = "puppet.${::domain}",
$puppetserver_v6 = undef,
$puppetserver_port = 8140,
- $puppetserver_signport = 8141,
$shorewall6 = true,
){
shorewall::params{
'PUPPETSERVER_PORT':
value => $puppetserver_port,
shorewall6 => $shorewall6;
- 'PUPPETSERVER_SIGN_PORT':
- value => $puppetserver_signport,
- shorewall6 => $shorewall6,
}
if is_ipv4_address($puppetserver){
shorewall::params4{