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 50814f5..472d89a 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Ainstall.html @@ -130,10 +130,7 @@ 32 33 34 -35 -36 -37 -38 +35
# File 'manifests/main/install.pp', line 6
@@ -159,16 +156,13 @@ class confdroid_nagios::main::install (
}
}
- # if we are not the nagios server, install only client packages
- if $fqdn != $ng_nagios_server {
- 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 we want to use NRPE on clients, install it
+ if $ng_include_nrpe == true {
+ require confdroid_nrpe
}
}