From 803636887f3a084dc35cc0235f536142ebaa9617 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Mon, 27 Jan 2025 11:55:05 +0100
Subject: [PATCH] recommit for updates in build 124
---
.../cd_haproxy_3A_3Afirewall_3A_3Aiptables.html | 4 ++--
doc/puppet_classes/cd_haproxy_3A_3Aparams.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
index 42d5cbc..68d33b1 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
@@ -153,13 +153,13 @@ class cd_haproxy::firewall::iptables (
firewall { "${hy_fw_order_no}${hy_http_port} tcp port ${hy_http_port}":
proto => 'tcp',
dport => $hy_http_port,
- action => 'accept',
+ jump => 'accept',
}
firewall { "${hy_fw_order_no}${hy_https_port} tcp port ${hy_https_port}":
proto => 'tcp',
dport => $hy_https_port,
- action => 'accept',
+ jump => 'accept',
}
}
}
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
index f639edd..b9463a7 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
@@ -174,7 +174,7 @@ type to choose, i.e. latest or present.
(string)
- (defaults to: "proxy.${::domain}")
+ (defaults to: undef)
—
@@ -835,7 +835,7 @@ class cd_haproxy::params (
$pkg_ensure = 'latest',
$reqpackages = ['haproxy'],
-$hy_host_fqdn = "proxy.${::domain}",
+$hy_host_fqdn = undef,
# firewall
$hy_manage_fw = true,