]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/supybot/recipes/default.rb
Use https for github URLs
[chef.git] / cookbooks / supybot / recipes / default.rb
index d1c1ea32d8f9e17b1ece07f0fcfb5f9a374120de..87343c100a1bd8ba369d8b931b67929301fd865a 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+include_recipe "accounts"
+
 users = data_bag_item("supybot", "users")
 passwords = data_bag_item("supybot", "passwords")
 
@@ -117,7 +119,7 @@ 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"
   user "root"
   group "root"