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 is contained in:
Ben Vincent 2025-04-02 20:27:11 +11:00
parent 95bc2716cf
commit d87983d8fc

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