]> git.openstreetmap.org Git - chef.git/commitdiff
Add geodns role to chrysophylax
authorGrant Slater <git@firefishy.com>
Tue, 26 Feb 2019 15:24:59 +0000 (15:24 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 26 Feb 2019 15:24:59 +0000 (15:24 +0000)
roles/chrysophylax.rb

index a2be495e4cac6141db76fb1da4ba2aacb6c43ff8..a96ab9e205f2c14def7c2af11230d200b2223662 100644 (file)
@@ -39,5 +39,6 @@ default_attributes(
 
 run_list(
   "role[iway]",
+  "role[geodns]",
   "role[tilecache]"
 )