]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/supybot/recipes/default.rb
tilecache: remove redundant squid config
[chef.git] / cookbooks / supybot / recipes / default.rb
index 7cd8836d7270e51124c1ec71ba5b52592b8c8c0c..6a14c00851d6199bf33fdb9cb5ab436342886fe4 100644 (file)
@@ -119,8 +119,9 @@ end
 
 git "/usr/local/lib/supybot/plugins/Git" do
   action :sync
-  repository "git://github.com/openstreetmap/supybot-git"
+  repository "https://github.com/openstreetmap/supybot-git"
   revision "master"
+  depth 1
   user "root"
   group "root"
 end