Update the discourse-2 and fornax nodes after Chef run

This commit is contained in:
Greg 2022-10-11 18:00:31 +02:00
parent 378fee85ec
commit 410c238450
2 changed files with 4 additions and 2 deletions

View File

@ -54,6 +54,6 @@
},
"run_list": [
"recipe[kosmos-base]",
"role[discourse]"
"role[kosmos_discourse]"
]
}
}

View File

@ -27,6 +27,7 @@
"kosmos_website::default",
"kosmos-ejabberd::nginx",
"kosmos-akkounts::nginx_api",
"remotestorage_discourse::nginx",
"kosmos_zerotier::controller",
"kosmos_zerotier::firewall",
"kosmos_zerotier::zncui",
@ -54,6 +55,7 @@
"nginx::commons_script",
"nginx::commons_conf",
"kosmos-nginx::firewall",
"discourse::nginx",
"git::default",
"git::package",
"kosmos-base::letsencrypt"