]> git.openstreetmap.org Git - chef.git/blobdiff - roles/katla.rb
Use postgres 10 and postgis 2.4 on scorch
[chef.git] / roles / katla.rb
index 399c767b2bf961cbfb930efae0ced62a76765982..194b139b6eba2994517433f7350f223e0d76ebbf 100644 (file)
@@ -58,7 +58,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.40",
         :bond => {
-          :slaves => %w(eth0 eth1)
+          :slaves => %w[eth0 eth1]
         }
       }
     }
@@ -93,5 +93,6 @@ default_attributes(
 
 run_list(
   "role[bytemark]",
-  "role[db-slave]"
+  "role[db-master]",
+  "role[db-backup]"
 )