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

这个提交包含在:
Greg Karékinian 2019-10-18 12:30:26 +02:00
父节点 6bb93eb5f5
当前提交 2104e81250
共有 2 个文件被更改,包括 3 次插入2 次删除

查看文件

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

查看文件

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