X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1e5fc43d68e8cc7756db87a9ba3867c9b216b0ac..b2ec7c4e4db41424eb6b37fcea3dce9a826d36a1:/roles/dev.rb 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",