]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Restore role for kokosnuss
[chef.git] / roles / dev.rb
index 2efd55fbbcf5cdaeacbb14784b1ddd93b27a41ab..565d4b70cc66d12b03a3ae1bf82174a51e0c9d1c 100644 (file)
@@ -118,7 +118,7 @@ default_attributes(
         :repository => "https://github.com/tomhughes/openstreetmap-website.git",
         :revision => "locale"
       },
-      :microsms => {
+      :microcosms => {
         :repository => "https://github.com/openbrian/osm-microcosms.git",
         :revision => "microcosms"
       },
@@ -144,7 +144,9 @@ default_attributes(
         :port => "5433"
       },
       "12" => {
-        :port => "5432"
+        :port => "5432",
+        :wal_level => "logical",
+        :max_replication_slots => "1"
       }
     }
   },