X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fc81ec158fee9fe244c45e47fceecd4093dd3e3d..a08c8d97d5cd3666799fb3bef14618d4c7c23398:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 4ac28760f..a68f94c8c 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -130,11 +130,9 @@ default_attributes( }, :oauth2 => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "doorkeeper" - }, - :rails61 => { - :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails61" + :revision => "doorkeeper", + :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", + :cgimap_revision => "feature/oauth2" } } },