Update the discourse-2 and fornax nodes after Chef run

This commit is contained in:
Greg Karékinian 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": [ "run_list": [
"recipe[kosmos-base]", "recipe[kosmos-base]",
"role[discourse]" "role[kosmos_discourse]"
] ]
} }

View File

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