diff --git a/nodes/barnard.kosmos.org.json b/nodes/barnard.kosmos.org.json index 2b4251b..f19f71d 100644 --- a/nodes/barnard.kosmos.org.json +++ b/nodes/barnard.kosmos.org.json @@ -102,7 +102,6 @@ "recipe[kosmos-hubot::wormhole]", "recipe[sockethub]", "recipe[sockethub::proxy]", - "recipe[kosmos-akkounts]", - "recipe[kosmos-akkounts::nginx]" + "recipe[kosmos-akkounts]" ] } diff --git a/site-cookbooks/kosmos-akkounts/recipes/default.rb b/site-cookbooks/kosmos-akkounts/recipes/default.rb index 58be934..16dff08 100644 --- a/site-cookbooks/kosmos-akkounts/recipes/default.rb +++ b/site-cookbooks/kosmos-akkounts/recipes/default.rb @@ -109,3 +109,5 @@ application path_to_deploy do action [:enable, :start] end end + +include_recipe 'kosmos-akkounts::nginx'