chore: add sysadmin user after first run (#242)

- enables extra_groups to function correctly

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/242
This commit was merged in pull request #242.
This commit is contained in:
2025-04-02 20:27:11 +11:00
parent 95bc2716cf
commit d87983d8fc
+1 -2
View File
@@ -11,9 +11,8 @@ class profiles::firstrun::init {
# set the motd
include profiles::base::motd
# create the sysadmin account
# create groups
include profiles::base::groups
include profiles::accounts::sysadmin
# mark the firstrun as done
include profiles::firstrun::complete