From 68e82d8bee0b59960174ba35b24a3b79ff5216a0 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Tue, 3 Feb 2026 15:35:48 +0100 Subject: [PATCH] Recommit for updates in build 14 --- .../confdroid_apache_3A_3Afirewall_3A_3Aiptables.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/puppet_classes/confdroid_apache_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/confdroid_apache_3A_3Afirewall_3A_3Aiptables.html index b3d046f..b4ab7b0 100644 --- a/doc/puppet_classes/confdroid_apache_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/confdroid_apache_3A_3Afirewall_3A_3Aiptables.html @@ -127,13 +127,13 @@ class confdroid_apache::firewall::iptables ( ) inherits confdroid_apache::params { if $ae_manage_fw == true { firewall { "${ae_order_no}${ae_http_port} tcp http port ${ae_http_port}": - proto => 'all', + proto => 'tcp', dport => $ae_http_port, jump => 'accept', } firewall { "${ae_order_no}${ae_https_port} tcp http port ${ae_https_port}": - proto => 'all', + proto => 'tcp', dport => $ae_https_port, jump => 'accept', }