From 7cfeb74c91ed72b7946c59a60422d1648a89ddaf Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Mon, 7 Sep 2026 14:56:05 +0200 Subject: [PATCH] Recommit for updates in build 12 --- .../confdroid_haproxy_3A_3Amain_3A_3Aconfig.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/puppet_classes/confdroid_haproxy_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/confdroid_haproxy_3A_3Amain_3A_3Aconfig.html index 9ed838a..96826d2 100644 --- a/doc/puppet_classes/confdroid_haproxy_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/confdroid_haproxy_3A_3Amain_3A_3Aconfig.html @@ -115,7 +115,8 @@ 17 18 19 -20 +20 +21
# File 'manifests/main/config.pp', line 6
@@ -131,7 +132,8 @@ class confdroid_haproxy::main::config (
 
   if $hy_selinux_allow_stats == true {
     exec { 'setsebool haproxy_connect_any on':
-      path => ['/bin', '/usr/bin', '/sbin', '/usr/sbin'],
+      path   => ['/bin', '/usr/bin', '/sbin', '/usr/sbin'],
+      onlyif => '/usr/sbin/getsebool haproxy_connect_any | /usr/bin/grep -q " --> off$"',
     }
   }
 }