X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/72c73d031f5f71b6fd56b0ad1dccbaf7b174c0d2..d51494ff39b6588387cebc3a6db08733c2122071:/cookbooks/planet/recipes/tilelog.rb diff --git a/cookbooks/planet/recipes/tilelog.rb b/cookbooks/planet/recipes/tilelog.rb index 81597f3ef..30c281f88 100644 --- a/cookbooks/planet/recipes/tilelog.rb +++ b/cookbooks/planet/recipes/tilelog.rb @@ -35,7 +35,7 @@ tilelog_output_directory = node[:planet][:tilelog][:output_directory] git tilelog_source_directory do action :sync repository "https://github.com/zerebubuth/openstreetmap-tile-analyze.git" - revision "HEAD" + revision "live" user "www-data" group "www-data" notifies :run, "execute[tilelog-autogen]", :immediate