recommit for updates in build 240

This commit is contained in:
Jenkins ConfDroid
2025-02-14 12:31:52 +01:00
parent 4bcb227640
commit 4cba39b767

View File

@@ -241,7 +241,22 @@
143
144
145
146</pre>
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -385,6 +400,21 @@ class cd_haproxy::main::files (
content =&gt; template($hy_504_erb),
notify =&gt; Service[$hy_service],
}
# make sure rsyslog is logging haproxy logs
file { &#39;/etc/rsyslog.d/10-haproxy.conf&#39;:
ensure =&gt; file,
owner =&gt; &#39;root&#39;,
group =&gt; &#39;root&#39;,
mode =&gt; &#39;0644&#39;,
selrange =&gt; s0,
selrole =&gt; object_r,
seltype =&gt; syslog_conf_t,
seluser =&gt; system_u,
content =&gt; template(&#39;cd_haproxy/rsyslog/&#39;),
notify =&gt; Service[&#39;rsyslog&#39;],
}
}
}</pre>
</td>