X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9cad6cee55de4a19a6080531fbcf519616b33744..96096e070a9d9bb0dfdbcd2c939ef0ffd65273c1:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index a68f94c8c..6c867f33d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -128,11 +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", - :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", - :cgimap_revision => "feature/oauth2" + :revision => "argon2", + :cgimap_repository => "https://github.com/mmd-osm/openstreetmap-cgimap.git", + :cgimap_revision => "feature/argon2" } } },