]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Enable rate limiting for dev cgimap instances
[chef.git] / roles / dev.rb
index 6a55e650d8857a42c1748398b842716fb037cf0d..1800f3551a80f322e08ef58b24281fd1d21a3fe4 100644 (file)
@@ -117,7 +117,9 @@ 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"
       },
       :comments => {
         :repository => "https://github.com/ukasiu/openstreetmap-website.git",
@@ -130,6 +132,10 @@ default_attributes(
       :microcosms => {
         :repository => "https://github.com/openbrian/osm-microcosms.git",
         :revision => "microcosms"
+      },
+      :signup => {
+        :repository => "https://github.com/milan-cvetkovic/openstreetmap-website.git",
+        :revision => "issue_4128_login_signup"
       }
     }
   },