X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/62e412af16d86626de5ce704b85fb64c99f4c487..5a75898a87099ed06d5ec5c52f7751689d102388:/roles/dev.rb?ds=inline diff --git a/roles/dev.rb b/roles/dev.rb index 6a55e650d..3a838a353 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -117,7 +117,12 @@ default_attributes( }, :tomh => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "next" + :revision => "next", + :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", + :cgimap_revision => "master", + :cgimap_options => { + :ratelimit_upload => true + } }, :comments => { :repository => "https://github.com/ukasiu/openstreetmap-website.git",