From d51494ff39b6588387cebc3a6db08733c2122071 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Sun, 21 Dec 2014 18:59:57 +0000 Subject: [PATCH] Use 'live' tag for deployed revision. --- cookbooks/planet/recipes/tilelog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2