OP#436 remomve UID

This commit is contained in:
2026-02-14 19:52:18 +01:00
parent 766bcd4ee4
commit 7b5d7c57ae
2 changed files with 0 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ class confdroid_nagios::main::user (
group { $ng_user:
ensure => present,
name => $ng_user,
gid => $ng_u_uid,
allowdupe => false,
}
@@ -21,8 +20,6 @@ class confdroid_nagios::main::user (
name => $ng_user,
allowdupe => false,
comment => $ng_u_comment,
uid => $ng_u_uid,
gid => $ng_u_uid,
groups => $ng_u_groups,
managehome => true,
home => $ng_u_home,