X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0cd58d9e23d06752353a60dfb778313861c1d8ec..9d484a34c1141e82a1565d1d6a21f9b68077e1b7:/cookbooks/community/recipes/default.rb diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 083da3216..89743de31 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -17,13 +17,14 @@ # limitations under the License. # +include_recipe "accounts" include_recipe "docker" +include_recipe "geoipupdate" include_recipe "git" include_recipe "ssl" -include_recipe "geoipupdate" passwords = data_bag_item("community", "passwords") -license_keys = data_bag_item("geoipupdate", "license-keys") +license_keys = data_bag_item("geoipupdate", "license-keys") unless kitchen? directory "/srv/community.openstreetmap.org" do owner "root" @@ -117,7 +118,7 @@ execute "discourse_container_web_only_destroy" do end execute "discourse_container_web_only_start" do - action :nothing + action :run command "./launcher start web_only" cwd "/srv/community.openstreetmap.org/docker/" user "root"