diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html index 27cbcaa..85901e7 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html @@ -129,7 +129,8 @@ 31 32 33 -34 +34 +35
# File 'manifests/main/install.pp', line 6
@@ -137,8 +138,9 @@
class confdroid_nagios::main::install (
) inherits confdroid_nagios::params {
+ require confdroid_resources
+
if $ng_nagios_server == $fqdn {
- require confdroid_resources
# if our FQDN matches the configured Nagios server FQDN, install both server-
# and client packages.We'll need httpd installed
require confdroid_apache
@@ -153,8 +155,8 @@ class confdroid_nagios::main::install (
# if we are not the nagios server, install only client packages
if $fqdn != $ng_nagios_server {
- package { $reqpackages_client:
- ensure => $pkg_ensure,
+ package { $ng_reqpackages_client:
+ ensure => $ng_pkg_ensure,
}
# if we want to use NRPE on clients, install it