diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 9f2e058..164fd83 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -287,6 +287,24 @@ inherited by all classes except defines. —
The user ID for the Nagios user. Default is 1004.
+Whether to include the NRPE client on the Nagios clients. Default is true.
-24 -25 26 27 28 @@ -347,10 +363,13 @@ inherited by all classes except defines. 66 67 68 -69+69 +70 +71 +72
# File 'manifests/params.pp', line 24
+ # File 'manifests/params.pp', line 26
class confdroid_nagios::params (
@@ -359,6 +378,7 @@ class confdroid_nagios::params (
Array $ng_reqpackages_server = ['nagios','nagios-devel'],
Array $ng_reqpackages_client = ['net-snmp-utils','nagios-plugins','nagios-plugins-all','nagios-plugins-nrpe','nagios-common'],
String $ng_pkg_ensure = 'present',
+ Boolean $ng_include_nrpe = true,
# user
String $ng_user = 'nagios',