Recommit for updates in build 105

This commit is contained in:
Jenkins Server
2026-03-01 16:57:43 +01:00
parent 3456e0ef6b
commit 303d5d56d4

View File

@@ -1112,7 +1112,11 @@ inherited by all classes except defines.
262 262
263 263
264 264
265</pre> 265
266
267
268
269</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span>
@@ -1128,6 +1132,7 @@ class confdroid_nagios::params (
String $ng_main_user = &#39;nagios&#39;, String $ng_main_user = &#39;nagios&#39;,
String $ng_main_password = &#39;nagios&#39;, String $ng_main_password = &#39;nagios&#39;,
String $ng_max_check_attempts = &#39;10&#39;, String $ng_max_check_attempts = &#39;10&#39;,
# contact groups # contact groups
String $ng_contactgroup_name = &#39;admins&#39;, String $ng_contactgroup_name = &#39;admins&#39;,
String $ng_contactgroup_alias = &#39;Nagios Administrators&#39;, String $ng_contactgroup_alias = &#39;Nagios Administrators&#39;,
@@ -1255,8 +1260,11 @@ class confdroid_nagios::params (
$ng_htpasswd_file = &quot;${ng_main_dir}/passwd&quot; $ng_htpasswd_file = &quot;${ng_main_dir}/passwd&quot;
$ng_htpasswd_head = &#39;confdroid_nagios/nagios/htpasswd_head.erb&#39; $ng_htpasswd_head = &#39;confdroid_nagios/nagios/htpasswd_head.erb&#39;
$ng_htpasswd_rule = &#39;confdroid_nagios/nagios/htpasswd_rule.erb&#39; $ng_htpasswd_rule = &#39;confdroid_nagios/nagios/htpasswd_rule.erb&#39;
$ng_resource_file = &#39;/etc/nagios/private/resource.cfg&#39; $ng_resource_file = &quot;${ng_private_dir}/resource.cfg&quot;
$ng_resource_erb = &#39;confdroid_nagios/nagios/resource_cfg.erb&#39; $ng_resource_erb = &#39;confdroid_nagios/nagios/resource_cfg.erb&#39;
$ng_object_cache_file = &quot;${ng_spool_dir}/objects.cache&quot;
$ng_precached_obj_file = &quot;${ng_spool_dir}/objects.precache&quot;
$ng_status_file = &quot;${ng_log_dir}/status.dat&quot;
## old ## old
$ng_taccgi_erb = &#39;confdroid_nagios/selinux/taccgi.erb&#39; $ng_taccgi_erb = &#39;confdroid_nagios/selinux/taccgi.erb&#39;