]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Disable SSL for postgres 9.1 on errol
[chef.git] / roles / dev.rb
index 2efd55fbbcf5cdaeacbb14784b1ddd93b27a41ab..672c5e022a61d65b951e3a693b7fdb46e546b217 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"
       },
@@ -141,10 +141,13 @@ default_attributes(
         :effective_cache_size => "4GB"
       },
       "9.1" => {
-        :port => "5433"
+        :port => "5433",
+        :ssl => "false"
       },
       "12" => {
-        :port => "5432"
+        :port => "5432",
+        :wal_level => "logical",
+        :max_replication_slots => "1"
       }
     }
   },