OP#436 remomve user

This commit is contained in:
2026-02-14 20:03:22 +01:00
parent a33f2f8c34
commit b33d91a623
3 changed files with 1 additions and 38 deletions

View File

@@ -38,13 +38,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,