X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/23e6f86d3bac580d1de27c62709144f7f957334b..6fdc460b8119e4469adc0107f81db2d9c5f0048e:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 0b039bde3..6c867f33d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -128,9 +128,11 @@ default_attributes( :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", :cgimap_revision => "feature/bulk_upload" }, - :oauth2 => { + :argon2 => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "doorkeeper" + :revision => "argon2", + :cgimap_repository => "https://github.com/mmd-osm/openstreetmap-cgimap.git", + :cgimap_revision => "feature/argon2" } } },