]> git.openstreetmap.org Git - chef.git/commitdiff
Switch karm to postgres 9.1 and make it a slave
authorTom Hughes <tom@compton.nu>
Wed, 12 Oct 2016 10:20:40 +0000 (11:20 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 12 Oct 2016 10:20:40 +0000 (11:20 +0100)
roles/karm.rb

index e9ba46a384b00bddadeb5d35c372ca30045cbbf2..60f1406561035e86c8ee70bbf69c2758dca472bf 100644 (file)
@@ -6,7 +6,7 @@ default_attributes(
     :sources => ["postgresql"]
   },
   :db => {
     :sources => ["postgresql"]
   },
   :db => {
-    :cluster => "9.5/main"
+    :cluster => "9.1/main"
   },
   :networking => {
     :interfaces => {
   },
   :networking => {
     :interfaces => {
@@ -29,7 +29,7 @@ default_attributes(
         :effective_io_concurrency => "256"
       }
     },
         :effective_io_concurrency => "256"
       }
     },
-    :versions => ["9.5"]
+    :versions => ["9.1"]
   },
   :sysctl => {
     :postgres => {
   },
   :sysctl => {
     :postgres => {
@@ -57,5 +57,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
 
 run_list(
   "role[ic]",
-  "role[db-master]"
+  "role[db-slave]"
 )
 )