]> git.openstreetmap.org Git - chef.git/commitdiff
Configure eddie as a database slave
authorTom Hughes <tom@compton.nu>
Thu, 21 Sep 2017 18:22:37 +0000 (19:22 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 21 Sep 2017 18:22:37 +0000 (19:22 +0100)
roles/eddie.rb

index 3478c8b4af0ec803c5707981ce2ec0d3eccbff02..28c9092eeb48a56f5fbe526b3888ec872a81fa3d 100644 (file)
@@ -56,5 +56,5 @@ default_attributes(
 
 run_list(
   "role[ucl]",
-  "role[db-master]"
+  "role[db-slave]"
 )