]> git.openstreetmap.org Git - chef.git/commitdiff
Add db-slave role to fafnir
authorTom Hughes <tom@compton.nu>
Tue, 3 May 2016 11:23:19 +0000 (12:23 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 3 May 2016 11:23:19 +0000 (12:23 +0100)
roles/fafnir.rb

index b50e2fc3a9284f7cbf11a5a66183bc612b754576..d8e6b5b5082aeb8d9afd756bc52a0b758c0ff417 100644 (file)
@@ -57,5 +57,6 @@ default_attributes(
 
 run_list(
   "role[aws]",
+  "role[db-slave]",
   "recipe[openvpn]"
 )