Recommit for updates in build 232

This commit is contained in:
Jenkins Server
2026-03-12 16:39:09 +01:00
parent e673732e1a
commit ba416173db
2 changed files with 2 additions and 28 deletions

View File

@@ -4482,8 +4482,7 @@ inherited by all classes except defines.
793
794
795
796
797</pre>
796</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 449</span>
@@ -4777,7 +4776,6 @@ 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,19 +158,7 @@
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75</pre>
63</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/files.pp', line 6</span>
@@ -230,18 +218,6 @@ class confdroid_nagios::server::files (
content =&gt; template(&#39;confdroid_nagios/loadbalancer/remoteip.conf.erb&#39;),
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>