Compare commits

..

1 Commits

Author SHA1 Message Date
Jenkins Server
e0686ad2fc Recommit for updates in build 11 2026-09-05 14:49:38 +02:00
2 changed files with 3 additions and 6 deletions

View File

@@ -115,8 +115,7 @@
17 17
18 18
19 19
20 20</pre>
21</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span>
@@ -133,7 +132,6 @@ class confdroid_haproxy::main::config (
if $hy_selinux_allow_stats == true { if $hy_selinux_allow_stats == true {
exec { &#39;setsebool haproxy_connect_any on&#39;: exec { &#39;setsebool haproxy_connect_any on&#39;:
path =&gt; [&#39;/bin&#39;, &#39;/usr/bin&#39;, &#39;/sbin&#39;, &#39;/usr/sbin&#39;], path =&gt; [&#39;/bin&#39;, &#39;/usr/bin&#39;, &#39;/sbin&#39;, &#39;/usr/sbin&#39;],
onlyif =&gt; &#39;/usr/sbin/getsebool haproxy_connect_any | /usr/bin/grep -q &quot; --&gt; off$&quot;&#39;,
} }
} }
}</pre> }</pre>

View File

@@ -15,7 +15,6 @@ class confdroid_haproxy::main::config (
if $hy_selinux_allow_stats == true { if $hy_selinux_allow_stats == true {
exec { 'setsebool haproxy_connect_any on': 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$"',
} }
} }
} }