feat: update all roles for firstrun

- ensure the firstrun is processed before role specific class profiles
This commit is contained in:
2024-05-19 22:11:01 +10:00
parent 29745d07f3
commit 2abbfe8feb
23 changed files with 166 additions and 54 deletions
@@ -1,6 +1,11 @@
# manage the installation of a proxmox node
class roles::infra::proxmox::node {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
include profiles::defaults
include profiles::base
include profiles::proxmox::init
}
}