Recommit for updates in build 114

This commit is contained in:
Jenkins Server
2026-03-01 18:56:24 +01:00
parent d26cbfcba1
commit 9fd590c310

View File

@@ -214,11 +214,7 @@
116
117
118
119
120
121
122
123</pre>
119</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/client/target.pp', line 6</span>
@@ -227,10 +223,6 @@ class confdroid_nagios::client::target (
) inherits confdroid_nagios::params {
if ($ng_nagios_server == $fqdn) and ($ng_enable_target == true) {
if $ng_include_nrpe == true {
require confdroid_nrpe
}
@@nagios_host { $fqdn:
ensure =&gt; $ng_ping_ensure,
alias =&gt; $hostname,