]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/supybot/recipes/default.rb
Merge remote-tracking branch 'github/pull/320'
[chef.git] / cookbooks / supybot / recipes / default.rb
index 7cd8836d7270e51124c1ec71ba5b52592b8c8c0c..10119e0563545f5e36282f8ac939c60af44edb20 100644 (file)
@@ -22,8 +22,8 @@ include_recipe "accounts"
 users = data_bag_item("supybot", "users")
 passwords = data_bag_item("supybot", "passwords")
 
-package "supybot"
-package "python-git"
+package "limnoria"
+package "python3-git"
 
 directory "/etc/supybot" do
   owner "supybot"
@@ -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