X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c8eafee4c795a7dfb70a60360b0691c53a5dde6f..558691451db4f029698b996d7df8c8cf272b3b8b:/cookbooks/community/recipes/default.rb diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 69b1406c5..2297fa76c 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -92,7 +92,7 @@ end execute "discourse_container_data_start" do action :run - command "./launcher rebuild start" + command "./launcher start data" cwd "/srv/community.openstreetmap.org/docker/" user "root" group "root" @@ -117,7 +117,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"