]> 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 87ef4dfb2048cd1134cee49bb1a324e94da7cd04..3a838a35300839608587819c2d5bdb7ea9b0604d 100644 (file)
@@ -73,6 +73,7 @@ default_attributes(
       :antonkh => { :status => :user },
       :gmoncrieff => { :status => :user },
       :zander => { :status => :user },
+      :msbarry => { :status => :user },
       :ooc => {
         :status => :role,
         :members => [:tomh, :blackadder, :timsc, :ollie]
@@ -116,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",