X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1927b8dd877fff9e15746319a29f920f5afc5a67..6800aeccedbf744dd24623201c3579aec69434f0:/cookbooks/gps-tile/recipes/default.rb diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index a243250d7..e4ac47d90 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -86,7 +86,7 @@ template "/etc/init.d/gps-update" do end service "gps-update" do - action [ :enable, :start ] + action [:enable, :start] supports :restart => true, :status => true subscribes :restart, "git[/srv/gps-tile.openstreetmap.org/updater]" end