Recommit for updates in build 13
This commit is contained in:
@@ -147,10 +147,10 @@ class confdroid_nagios::main::install (
|
|||||||
# we'll need httpd installed
|
# we'll need httpd installed
|
||||||
require confdroid_apache
|
require confdroid_apache
|
||||||
|
|
||||||
package {$ng_reqpackages_server:
|
package { $ng_reqpackages_server:
|
||||||
ensure => $ng_pkg_ensure,
|
ensure => $ng_pkg_ensure,
|
||||||
}
|
}
|
||||||
package {$ng_reqpackages_client:
|
package { $ng_reqpackages_client:
|
||||||
ensure => $ng_pkg_ensure,
|
ensure => $ng_pkg_ensure,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -158,7 +158,7 @@ class confdroid_nagios::main::install (
|
|||||||
# if we are not the nagios server, install only client packages
|
# if we are not the nagios server, install only client packages
|
||||||
|
|
||||||
if $fqdn != $ng_nagios_server {
|
if $fqdn != $ng_nagios_server {
|
||||||
package {$reqpackages_client:
|
package { $reqpackages_client:
|
||||||
ensure => $pkg_ensure,
|
ensure => $pkg_ensure,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user