X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1927b8dd877fff9e15746319a29f920f5afc5a67..59f4087d31ef319d53777727a96da6b3240d77c7:/cookbooks/gps-tile/recipes/default.rb?ds=sidebyside 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