feat: dont set gid/uid for sysadmin (#265)

- sysadmin doesnt need to be a specific uid/gid, the next available
  uid/gid is fine

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/265
This commit was merged in pull request #265.
This commit is contained in:
2025-04-26 20:02:57 +10:00
parent 496ed12a58
commit 1e3ce0ec1c
2 changed files with 2 additions and 4 deletions
@@ -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'],