Recommit for updates in build 211

This commit is contained in:
Jenkins Server
2026-03-11 17:14:06 +01:00
parent 98b5b1cc1c
commit 47c112972f

View File

@@ -115,15 +115,7 @@
17
18
19
20
21
22
23
24
25
26
27
28</pre>
20</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
@@ -141,14 +133,6 @@ class confdroid_nagios::main::install (
package { $ng_reqpackages_server:
ensure =&gt; $ng_pkg_ensure,
}
package { $ng_reqpackages_client:
ensure =&gt; $ng_pkg_ensure,
}
if $ng_include_nrpe == true {
require confdroid_nrpe
}
}
}</pre>
</td>