X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e4f3321f72750452a7c0960fca7c527108274ddb..cf8d1617a01136ea5a0871cb8f141ea3d8507175:/cookbooks/gps-tile/recipes/default.rb diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index eb019f8f0..e4ac47d90 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -39,7 +39,7 @@ end git "/srv/gps-tile.openstreetmap.org/import" do action :sync repository "git://github.com/ericfischer/gpx-import.git" - revision "master" + revision "live" user "gpstile" group "gpstile" end @@ -56,7 +56,7 @@ end git "/srv/gps-tile.openstreetmap.org/datamaps" do action :sync repository "git://github.com/ericfischer/datamaps.git" - revision "master" + revision "live" user "gpstile" group "gpstile" end @@ -73,7 +73,7 @@ end git "/srv/gps-tile.openstreetmap.org/updater" do action :sync repository "git://github.com/ericfischer/gpx-updater.git" - revision "master" + revision "live" user "gpstile" group "gpstile" end @@ -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