OP#436 try installation
This commit is contained in:
@@ -24,15 +24,12 @@ class confdroid_nagios::main::install (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# if we are not the nagios server, install only client packages
|
package { $ng_reqpackages_client:
|
||||||
if $fqdn != $ng_nagios_server {
|
ensure => $ng_pkg_ensure,
|
||||||
package { $ng_reqpackages_client:
|
}
|
||||||
ensure => $ng_pkg_ensure,
|
|
||||||
}
|
|
||||||
|
|
||||||
# if we want to use NRPE on clients, install it
|
# if we want to use NRPE on clients, install it
|
||||||
if $ng_include_nrpe == true {
|
if $ng_include_nrpe == true {
|
||||||
require confdroid_nrpe
|
require confdroid_nrpe
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user