]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/donate/recipes/default.rb
Use https for github URLs
[chef.git] / cookbooks / donate / recipes / default.rb
index 1b3ede31092dcdd6857a5c5f45124c496561cb76..c2249ee9c4be5a38473040fe443848eb86409793 100644 (file)
@@ -17,6 +17,7 @@
 # limitations under the License.
 #
 
+include_recipe "accounts"
 include_recipe "apache"
 include_recipe "mysql"
 include_recipe "git"
@@ -53,7 +54,7 @@ end
 
 git "/srv/donate.openstreetmap.org" do
   action :sync
-  repository "git://github.com/osmfoundation/donation-drive.git"
+  repository "https://github.com/osmfoundation/donation-drive.git"
   user "donate"
   group "donate"
 end