Add the kosmos-akkounts::nginx recipe to kosmos-akkounts::default

This commit is contained in:
Greg Karékinian 2019-10-18 12:30:26 +02:00
parent 6bb93eb5f5
commit 2104e81250
2 changed files with 3 additions and 2 deletions

View File

@ -102,7 +102,6 @@
"recipe[kosmos-hubot::wormhole]",
"recipe[sockethub]",
"recipe[sockethub::proxy]",
"recipe[kosmos-akkounts]",
"recipe[kosmos-akkounts::nginx]"
"recipe[kosmos-akkounts]"
]
}

View File

@ -109,3 +109,5 @@ application path_to_deploy do
action [:enable, :start]
end
end
include_recipe 'kosmos-akkounts::nginx'