Recommit for updates in build 15

This commit is contained in:
Jenkins Server
2026-02-13 15:25:01 +01:00
parent 286109f38c
commit f75c83c75e
2 changed files with 6 additions and 16 deletions

View File

@@ -106,13 +106,7 @@
8 8
9 9
10 10
11 11</pre>
12
13
14
15
16
17</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span>
@@ -120,14 +114,8 @@
class confdroid_nagios::main::config ( class confdroid_nagios::main::config (
) inherits confdroid_nagios::params { ) inherits confdroid_nagios::params {
if $ng_nagios_server == $fqdn {
include confdroid_nagios::server::service include confdroid_nagios::server::service
include confdroid_nagios::client::target include confdroid_nagios::client::target
}
if $ng_nagios_server != $fqdn {
include confdroid_nagios::client::target
}
}</pre> }</pre>
</td> </td>
</tr> </tr>

View File

@@ -127,7 +127,8 @@
29 29
30 30
31 31
32</pre> 32
33</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/user.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/user.pp', line 6</span>
@@ -136,6 +137,7 @@ class confdroid_nagios::main::user (
) inherits confdroid_nagios::params { ) inherits confdroid_nagios::params {
require confdroid_nagios::main::install require confdroid_nagios::main::install
if $ng_nagios_server == $fqdn { if $ng_nagios_server == $fqdn {
group { $ng_user: group { $ng_user:
ensure =&gt; present, ensure =&gt; present,