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

index eb6753f45af5e413e011661f300a0bbe44f8f669..3478c8b4af0ec803c5707981ce2ec0d3eccbff02 100644 (file)
@@ -55,5 +55,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl]"
+  "role[ucl]",
+  "role[db-master]"
 )