]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/resources/rails_port.rb
Update git URLs for new repository locations
[chef.git] / cookbooks / web / resources / rails_port.rb
index cf3b6b083ccd16b37afdf3268b3b7a4e9b1ef6c0..3c57a98d3b913316c0692ee9a41489e66d8fe8b8 100644 (file)
@@ -28,7 +28,7 @@ property :ruby, String, :default => "2.3"
 property :directory, String
 property :user, String
 property :group, String
-property :repository, String, :default => "git://git.openstreetmap.org/rails.git"
+property :repository, String, :default => "https://git.openstreetmap.org/public/rails.git"
 property :revision, String, :default => "live"
 property :run_migrations, [TrueClass, FalseClass], :default => false
 property :email_from, String, :default => "OpenStreetMap <support@openstreetmap.org>"