]> git.openstreetmap.org Git - chef.git/commitdiff
Revert snap-02 to being a slave database
authorTom Hughes <tom@compton.nu>
Sun, 27 Feb 2022 19:19:02 +0000 (19:19 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 27 Feb 2022 19:19:02 +0000 (19:19 +0000)
roles/snap-02.rb

index ec5a6c4279a2d565ced01133248576e2580460ec..68186bf0739b0405862dac38acd61dc62e0e6aa7 100644 (file)
@@ -22,8 +22,7 @@ default_attributes(
         :effective_io_concurrency => "256",
         :random_page_cost => "1.1"
       }
-    },
-    :versions => ["14"]
+    }
   },
   :sysctl => {
     :postgres => {
@@ -38,5 +37,5 @@ default_attributes(
 
 run_list(
   "role[ucl]",
-  "role[db-master]"
+  "role[db-slave]"
 )