]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/recipes/default.rb
tilecache: only rate limit clients not peers
[chef.git] / cookbooks / taginfo / recipes / default.rb
index 50ea6b86d6f910e40a888e699e75f789a5337767..567d81a0e17f5483c99262b7e3d1bbbff0b685cb 100644 (file)
@@ -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