diff --git a/nodes/discourse-1.json b/nodes/discourse-1.json index e0d1024..d030b2b 100644 --- a/nodes/discourse-1.json +++ b/nodes/discourse-1.json @@ -48,6 +48,7 @@ } }, "run_list": [ - "recipe[kosmos-base]" + "recipe[kosmos-base]", + "role[discourse]" ] -} \ No newline at end of file +} diff --git a/nodes/fornax.kosmos.org.json b/nodes/fornax.kosmos.org.json index 853710e..2a4d048 100644 --- a/nodes/fornax.kosmos.org.json +++ b/nodes/fornax.kosmos.org.json @@ -49,6 +49,7 @@ }, "run_list": [ "recipe[kosmos-base]", - "recipe[kosmos_kvm::host]" + "recipe[kosmos_kvm::host]", + "recipe[kosmos_discourse::nginx]" ] -} \ No newline at end of file +}