Recommit for updates in build 212
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
class confdroid_nagios::client::target (
|
||||
|
||||
) inherits confdroid_nagios::params {
|
||||
if $ng_enable_target == true {
|
||||
if ($ng_nagios_server != $fqdn) and ($ng_enable_target == true) {
|
||||
package { $ng_reqpackages_client:
|
||||
ensure => $ng_pkg_ensure,
|
||||
}
|
||||
|
||||
@@ -115,7 +115,15 @@
|
||||
17
|
||||
18
|
||||
19
|
||||
20</pre>
|
||||
20
|
||||
21
|
||||
22
|
||||
23
|
||||
24
|
||||
25
|
||||
26
|
||||
27
|
||||
28</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
|
||||
@@ -133,6 +141,14 @@ class confdroid_nagios::main::install (
|
||||
package { $ng_reqpackages_server:
|
||||
ensure => $ng_pkg_ensure,
|
||||
}
|
||||
|
||||
package { $ng_reqpackages_client:
|
||||
ensure => $ng_pkg_ensure,
|
||||
}
|
||||
|
||||
if $ng_include_nrpe == true {
|
||||
require confdroid_nrpe
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user