3
0

Recommit for updates in build 59

This commit is contained in:
2025-10-26 14:36:41 +01:00
parent 0894fd9c48
commit 444bb1aaf0
4 changed files with 27 additions and 13 deletions

View File

@@ -166,9 +166,9 @@ class puppet_cd::firewall::iptables (
jump => 'accept',
}
if $pt_use_r10k_webhook == true {
firewall { '34000 open port 4000':
firewall { "3${pt_r10k_webhook_port} open port ${pt_r10k_webhook_port}":
proto => 'tcp',
dport => '4000',
dport => $pt_r10k_webhook_port,
jump => 'accept',
}
}

View File

@@ -87,6 +87,8 @@
<span class='object_link'><a href="puppet_cd_3A_3Apuppetdb_3A_3Aservice.html" title="puppet_classes::puppet_cd::puppetdb::service (puppet_class)">puppet_cd::puppetdb::service</a></span><br/>
<span class='object_link'><a href="puppet_cd_3A_3Afirewall_3A_3Aiptables.html" title="puppet_classes::puppet_cd::firewall::iptables (puppet_class)">puppet_cd::firewall::iptables</a></span><br/>
</dd>
</dl>