]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Enable cgimap with ratelimit-upload option for tomh dev site
[chef.git] / roles / dev.rb
index 6a55e650d8857a42c1748398b842716fb037cf0d..3a838a35300839608587819c2d5bdb7ea9b0604d 100644 (file)
@@ -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",