OP#436 mv client installs
This commit is contained in:
@@ -16,14 +16,13 @@ class confdroid_nagios::main::install (
|
||||
package { $ng_reqpackages_server:
|
||||
ensure => $ng_pkg_ensure,
|
||||
}
|
||||
}
|
||||
|
||||
package { $ng_reqpackages_client:
|
||||
ensure => $ng_pkg_ensure,
|
||||
}
|
||||
package { $ng_reqpackages_client:
|
||||
ensure => $ng_pkg_ensure,
|
||||
}
|
||||
|
||||
# if we want to use NRPE on clients, install it
|
||||
if $ng_include_nrpe == true {
|
||||
require confdroid_nrpe
|
||||
if $ng_include_nrpe == true {
|
||||
require confdroid_nrpe
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user