From: Tom Hughes Date: Thu, 13 May 2021 17:45:29 +0000 (+0100) Subject: Add cgimap to oauth2 instance X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9cad6cee55de4a19a6080531fbcf519616b33744 Add cgimap to oauth2 instance --- diff --git a/roles/dev.rb b/roles/dev.rb index 0b039bde3..a68f94c8c 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -130,7 +130,9 @@ default_attributes( }, :oauth2 => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "doorkeeper" + :revision => "doorkeeper", + :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", + :cgimap_revision => "feature/oauth2" } } },