]> git.openstreetmap.org Git - chef.git/commitdiff
Make snap-02 a database master
authorTom Hughes <tom@compton.nu>
Sun, 27 Feb 2022 11:08:47 +0000 (11:08 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 27 Feb 2022 11:08:47 +0000 (11:08 +0000)
roles/snap-02.rb

index 17c003957f15ded349c84f530940051550ab8f41..ec5a6c4279a2d565ced01133248576e2580460ec 100644 (file)
@@ -38,5 +38,5 @@ default_attributes(
 
 run_list(
   "role[ucl]",
-  "role[db-slave]"
+  "role[db-master]"
 )