feat: create sysadmin on firstrun #196

Merged
unkinben merged 1 commits from neoloc/sysadmin_early into develop 2024-12-09 21:51:38 +11:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 2ebbfd4ba7 - Show all commits

View File

@ -28,7 +28,6 @@ class profiles::base (
include profiles::base::hosts include profiles::base::hosts
include profiles::base::groups include profiles::base::groups
include profiles::base::root include profiles::base::root
include profiles::accounts::sysadmin
include profiles::ntp::client include profiles::ntp::client
include profiles::dns::base include profiles::dns::base
include profiles::pki::vault include profiles::pki::vault

View File

@ -12,6 +12,9 @@ class profiles::firstrun::init {
include profiles::base::facts include profiles::base::facts
include profiles::base::motd include profiles::base::motd
# create the sysadmin account
include profiles::accounts::sysadmin
# mark the firstrun as done # mark the firstrun as done
include profiles::firstrun::complete include profiles::firstrun::complete