]> git.openstreetmap.org Git - chef.git/commitdiff
Add geodns role to balerion
authorTom Hughes <tom@compton.nu>
Sun, 12 Apr 2020 16:14:14 +0000 (17:14 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 12 Apr 2020 16:14:14 +0000 (17:14 +0100)
roles/balerion.rb

index e6695a4c9f094706ffeca7ee1f87027a80276ee5..f74a4ee03f77af84a80f468487e52bb160a55d0d 100644 (file)
@@ -37,5 +37,6 @@ default_attributes(
 
 run_list(
   "role[aarnet]",
+  "role[geodns]",
   "role[tilecache]"
 )