Recommit for updates in build 131

This commit is contained in:
Jenkins Server
2026-03-02 02:10:23 +01:00
parent 55fe99fd03
commit 4b2891c7ae

View File

@@ -130,7 +130,10 @@
32 32
33 33
34 34
35</pre> 35
36
37
38</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
@@ -151,6 +154,9 @@ class confdroid_nagios::main::install (
package { $ng_reqpackages_client: package { $ng_reqpackages_client:
ensure =&gt; $ng_pkg_ensure, ensure =&gt; $ng_pkg_ensure,
} }
if $ng_include_nrpe == true {
require confdroid_nrpe
}
} }
# if we are not the nagios server, install only client packages # if we are not the nagios server, install only client packages