X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f712c160d80bb100bf99fa38793c26d8024f2002..ebe7ceb136d38c41bcc193b93bb2f619ffe61944:/cookbooks/taginfo/recipes/default.rb diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 50ea6b86d..567d81a0e 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -100,8 +100,9 @@ node[:taginfo][:sites].each do |site| git "#{directory}/taginfo" do action :sync - repository "git://github.com/taginfo/taginfo.git" + repository "https://github.com/taginfo/taginfo.git" revision "osmorg-taginfo-live" + depth 1 user "taginfo" group "taginfo" end