]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/gpx.rb
Rework api_calls_num using API statistics and enable it again
[chef.git] / cookbooks / web / recipes / gpx.rb
index 10463da89f966ad98f7c88602fa08ae100f1b867..3802cfd7fd5da6ddd0436c3cc881ad437e01605d 100644 (file)
@@ -73,7 +73,7 @@ if %w(database_offline database_readonly gpx_offline).include?(node[:web][:statu
   end
 else
   service "gpx-import" do
-    action [ :enable, :start ]
+    action [:enable, :start]
     supports :restart => true, :reload => true
     subscribes :restart, "execute[gpx-import-build]"
     subscribes :restart, "template[/etc/init.d/gpx-import]"