OP#436 remomve UID
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
# Default is '/sbin/nologin'.
|
||||
# @param [String] ng_u_home The home directory for the Nagios user.
|
||||
# Default is '/home/nagios'.
|
||||
# @param [Integer] ng_u_uid The user ID for the Nagios user.
|
||||
# Default is 1004.
|
||||
# @param [Boolean] ng_include_nrpe Whether to include the NRPE client on the
|
||||
# Nagios clients. Default is true.
|
||||
# @param [Boolean] ng_use_https Whether to configure the Nagios web interface
|
||||
@@ -46,7 +44,6 @@ class confdroid_nagios::params (
|
||||
String $ng_u_groups = 'nagios',
|
||||
String $ng_u_shell = '/sbin/nologin',
|
||||
String $ng_u_home = '/home/nagios',
|
||||
Integer $ng_u_uid = 1004,
|
||||
|
||||
# httpd
|
||||
Boolean $ng_use_https = false,
|
||||
|
||||
Reference in New Issue
Block a user