]> git.openstreetmap.org Git - chef.git/commitdiff
Add cgimap to oauth2 instance
authorTom Hughes <tom@compton.nu>
Thu, 13 May 2021 17:45:29 +0000 (18:45 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 13 May 2021 17:45:29 +0000 (18:45 +0100)
roles/dev.rb

index 0b039bde3af54c3e52b698c2f0659350278d7181..a68f94c8c072560f2a5e8fa1db7201ab55772b63 100644 (file)
@@ -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"
       }
     }
   },