Recommit for updates in build 230

This commit is contained in:
Jenkins Server
2026-03-12 16:14:50 +01:00
parent b9333145d7
commit 9ef6e21911
2 changed files with 30 additions and 2 deletions

View File

@@ -4482,7 +4482,8 @@ inherited by all classes except defines.
793
794
795
796</pre>
796
797</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 449</span>
@@ -4776,6 +4777,7 @@ class confdroid_nagios::params (
$ng_cgi_cfg_file = &quot;${ng_main_dir}/cgi.cfg&quot;
$ng_cgi_cfg_erb = &#39;confdroid_nagios/nagios/cgi_cfg.erb&#39;
$ng_remoteip_file = &#39;/etc/httpd/conf.d/loadbalancer-remoteip.conf&#39;
$ng_loadmodule_file = &#39;/etc/httpd/conf.modules.d/10-remoteip.conf&#39;
# nagios
$ng_target_templates = &quot;${ng_conf_d_dir}/nagios_templates.cfg&quot;

View File

@@ -158,7 +158,20 @@
60
61
62
63</pre>
63
64
65
66
67
68
69
70
71
72
73
74
75
76</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/files.pp', line 6</span>
@@ -219,6 +232,19 @@ class confdroid_nagios::server::files (
notify =&gt; Service[&#39;httpd&#39;],
}
}
file { $ng_loadmodule_file:
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; httpd_conf_t,
seluser =&gt; system_u,
content =&gt; template(&#39;confdroid_nagios/loadbalancer/loadmodule.conf.erb&#39;),
notify =&gt; Service[&#39;httpd&#39;],
}
}
}</pre>
</td>