diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index e74ff40..c62594a 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -185,86 +185,6 @@ inherited by all classes except defines. -
The name of the Nagios user to be created on the Nagios server. Default is ‘nagios’.
-The comment field for the Nagios user. Default is ‘Nagios User’.
-The group(s) to which the Nagios user should be added. Default is ‘nagios’.
-The login shell for the Nagios user. Default is ‘/sbin/nologin’.
-The home directory for the Nagios user. Default is ‘/home/nagios’.
-+27 +28 +29 +30 +31 +32 +33 +34 +35 +36 37 38 39 @@ -445,21 +375,10 @@ inherited by all classes except defines. 131 132 133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145+134
# File 'manifests/params.pp', line 37
+ # File 'manifests/params.pp', line 27
class confdroid_nagios::params (
@@ -475,7 +394,6 @@ class confdroid_nagios::params (
# httpd
Boolean $ng_use_https = false,
-
) {
# Default facts
$fqdn = $facts['networking']['fqdn']