Recommit for updates in build 72

This commit is contained in:
Jenkins Server
2026-02-21 14:31:35 +01:00
parent 5dd5eefe40
commit 102a5642bf

View File

@@ -115,7 +115,21 @@
17
18
19
20</pre>
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/files.pp', line 6</span>
@@ -133,6 +147,20 @@ class confdroid_nagios::server::files (
content =&gt; template($ng_nagios_cfg_erb),
notify =&gt; Service[$ng_nagios_service],
}
# custom cfg files
## temp place holder, this will be done via defines
## and PuppetDB exports and imports in the future
file { $ng_target_command:
ensure =&gt; file,
owner =&gt; &#39;nagios&#39;,
group =&gt; &#39;nagios&#39;,
mode =&gt; &#39;0644&#39;,
selrange =&gt; s0,
selrole =&gt; object_r,
seltype =&gt; nagios_etc_t,
seluser =&gt; system_u,
notify =&gt; Service[$ng_nagios_service],
}
}
}</pre>
</td>