]> git.openstreetmap.org Git - chef.git/commitdiff
Make eddie a database master
authorTom Hughes <tom@compton.nu>
Mon, 2 Jan 2023 11:39:59 +0000 (11:39 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 2 Jan 2023 11:40:11 +0000 (11:40 +0000)
roles/eddie.rb

index 3bdb0dd7cd48eefb6f39cabce08a0f84bd1f86c9..334ca47cd44179f153d2a35e20e3bf3d4c524591 100644 (file)
@@ -38,5 +38,5 @@ default_attributes(
 
 run_list(
   "role[ucl]",
-  "role[db-slave]"
+  "role[db-master]"
 )