]> git.openstreetmap.org Git - chef.git/blobdiff - roles/katla.rb
Update yevaud to postgresql 9.6 and carto v4.0.0
[chef.git] / roles / katla.rb
index 93145eaf6c90e877c1d50aae02fc0481762933bf..399c767b2bf961cbfb930efae0ced62a76765982 100644 (file)
@@ -6,7 +6,7 @@ default_attributes(
     :sources => ["postgresql"]
   },
   :db => {
-    :cluster => "9.1/main"
+    :cluster => "9.5/main"
   },
   :devices => {
     :store_slow => {
@@ -93,6 +93,5 @@ default_attributes(
 
 run_list(
   "role[bytemark]",
-  "role[db-master]",
-  "role[db-backup]"
+  "role[db-slave]"
 )