feat: dont set gid/uid for sysadmin
- sysadmin doesnt need to be a specific uid/gid, the next available uid/gid is fine
This commit is contained in:
@@ -15,8 +15,6 @@ class profiles::accounts::sysadmin(
|
||||
|
||||
profiles::base::account {'sysadmin':
|
||||
username => 'sysadmin',
|
||||
uid => 1000,
|
||||
gid => 1000,
|
||||
groups => $groups,
|
||||
sshkeys => $sshkeys,
|
||||
sudo_rules => ['sysadmin ALL=(ALL) NOPASSWD:ALL'],
|
||||
|
||||
Reference in New Issue
Block a user