From 6889e5f432feb8328e3dc129fbfdede22126f105 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 26 Oct 2025 14:35:05 +0100 Subject: [PATCH 1/2] fix iptables - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/firewall/iptables.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/firewall/iptables.pp b/manifests/firewall/iptables.pp index cb0d1ce..91f61e4 100644 --- a/manifests/firewall/iptables.pp +++ b/manifests/firewall/iptables.pp @@ -20,7 +20,7 @@ class puppet_cd::firewall::iptables ( if $pt_use_r10k_webhook == true { firewall { "3${pt_r10k_webhook_port} open port ${pt_r10k_webhook_port}": proto => 'tcp', - dport => $pt_r10k_webhook_port + dport => $pt_r10k_webhook_port, jump => 'accept', } } From 444bb1aaf0466df155bf66153aad75bac90f660f Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 26 Oct 2025 14:36:41 +0100 Subject: [PATCH 2/2] 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
    +