feat: create sysadmin on firstrun

- prevent packages from using uid 1000
This commit is contained in:
2024-12-09 21:50:53 +11:00
parent afbc15ff40
commit 2ebbfd4ba7
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -12,6 +12,9 @@ class profiles::firstrun::init {
include profiles::base::facts
include profiles::base::motd
# create the sysadmin account
include profiles::accounts::sysadmin
# mark the firstrun as done
include profiles::firstrun::complete