]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/recipes/default.rb
Use pyproj to project coordinates
[chef.git] / cookbooks / community / recipes / default.rb
index 69b1406c5a9ed604085afbe013701d3eed5cf351..2297fa76cb52152dd57a3affdf99629a4a79913d 100644 (file)
@@ -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"