]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Add role for firnen
[chef.git] / roles / dev.rb
index 1d0400fd36d4e744e6a592e48d2e5213c384c844..8c3de8d38181c45e3576c00ddbffec78da187056 100644 (file)
@@ -118,6 +118,10 @@ default_attributes(
         :repository => "https://github.com/tomhughes/openstreetmap-website.git",
         :revision => "locale"
       },
+      :microcosms => {
+        :repository => "https://github.com/openbrian/osm-microcosms.git",
+        :revision => "microcosms"
+      },
       :upload => {
         :repository => "https://git.openstreetmap.org/public/rails.git",
         :revision => "master",
@@ -140,7 +144,8 @@ default_attributes(
         :port => "5433"
       },
       "12" => {
-        :port => "5432"
+        :port => "5432",
+        :wal_level => "logical"
       }
     }
   },