diff --git a/doc/_index.html b/doc/_index.html index 23ab099..37c1140 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -93,11 +93,6 @@ -
# File 'manifests/params.pp', line 32
@@ -448,13 +429,6 @@ class confdroid_nagios::params (
String $ng_pkg_ensure = 'present',
Boolean $ng_include_nrpe = true,
-# user
- String $ng_user = 'nagios',
- String $ng_u_comment = 'Nagios User',
- String $ng_u_groups = 'nagios',
- String $ng_u_shell = '/sbin/nologin',
- String $ng_u_home = '/var/spool/nagios',
-
# httpd
Boolean $ng_use_https = false,