OP#436 remomve UID

This commit is contained in:
2026-02-14 19:59:33 +01:00
parent 7b5d7c57ae
commit a33f2f8c34

View File

@@ -43,7 +43,7 @@ class confdroid_nagios::params (
String $ng_u_comment = 'Nagios User',
String $ng_u_groups = 'nagios',
String $ng_u_shell = '/sbin/nologin',
String $ng_u_home = '/home/nagios',
String $ng_u_home = '/var/spool/nagios',
# httpd
Boolean $ng_use_https = false,