feat: add gonic role #125

Merged
unkinben merged 1 commits from neoloc/gonic into develop 2024-08-01 22:41:21 +10:00
Showing only changes of commit 2ae8dbc0ac - Show all commits

View File

@ -0,0 +1,10 @@
# gonic server profile
class roles::apps::music::gonic {
if $facts['firstrun'] {
include profiles::defaults
include profiles::firstrun::init
}else{
include profiles::defaults
include profiles::base
}
}