From 95feb25654d69ce3ec3a441022dcb57dcb649845 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 5 Sep 2026 13:11:10 +0200 Subject: [PATCH] Recommit for updates in build 8 --- doc/file.README.html | 2 +- doc/index.html | 2 +- doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/file.README.html b/doc/file.README.html index 2ac753a..e9f2bbf 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -186,7 +186,7 @@

SELINUX

-

All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored. If selinux is set to enforce (not controlled within this module), the parameter hy_selinux_allow_stats must also be set to true, else the haproxy service will not start as selinux will not allow it.

+

All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored. If selinux is set to enforce (not controlled within this module), the parameter hy_selinux_allow_stats must also be set to true, else the haproxy service will not start as selinux will not allow it. This is the default setting.

Known Problems

diff --git a/doc/index.html b/doc/index.html index 233b756..16616b5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -186,7 +186,7 @@

SELINUX

-

All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored. If selinux is set to enforce (not controlled within this module), the parameter hy_selinux_allow_stats must also be set to true, else the haproxy service will not start as selinux will not allow it.

+

All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored. If selinux is set to enforce (not controlled within this module), the parameter hy_selinux_allow_stats must also be set to true, else the haproxy service will not start as selinux will not allow it. This is the default setting.

Known Problems

diff --git a/doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html b/doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html index 3d79bcf..925d2fe 100644 --- a/doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html @@ -855,7 +855,7 @@ (Boolean) - (defaults to: false) + (defaults to: true) — @@ -1005,7 +1005,7 @@ class confdroid_haproxy::params ( Boolean $hy_manage_fail2ban = false, # selinux - Boolean $hy_selinux_allow_stats = false, + Boolean $hy_selinux_allow_stats = true, # main config String $hy_http_port = '80',