From 444bb1aaf0466df155bf66153aad75bac90f660f Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 26 Oct 2025 14:36:41 +0100 Subject: [PATCH] Recommit for updates in build 59 --- doc/_index.html | 5 ++++ doc/puppet_class_list.html | 29 ++++++++++++------- ...puppet_cd_3A_3Afirewall_3A_3Aiptables.html | 4 +-- doc/puppet_classes/puppet_cd_3A_3Aparams.html | 2 ++ 4 files changed, 27 insertions(+), 13 deletions(-) diff --git a/doc/_index.html b/doc/_index.html index 8ba9463..d89e6e3 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -73,6 +73,11 @@ +
  • + puppet_cd::firewall::iptables + +
  • +
  • puppet_cd::main::config diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index aac321c..78cd518 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -43,77 +43,84 @@
  • -
  • +
  • + +
  • + + +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
  • diff --git a/doc/puppet_classes/puppet_cd_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/puppet_cd_3A_3Afirewall_3A_3Aiptables.html index 2db8dcd..73b9054 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/puppet_cd_3A_3Afirewall_3A_3Aiptables.html @@ -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', } } diff --git a/doc/puppet_classes/puppet_cd_3A_3Aparams.html b/doc/puppet_classes/puppet_cd_3A_3Aparams.html index d79ea88..eecc585 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Aparams.html +++ b/doc/puppet_classes/puppet_cd_3A_3Aparams.html @@ -87,6 +87,8 @@ puppet_cd::puppetdb::service
    + puppet_cd::firewall::iptables
    +