]> git.openstreetmap.org Git - chef.git/blobdiff - roles/norbert.rb
tile: Serve a tilejson pointing at the correct tile URLs
[chef.git] / roles / norbert.rb
index f01d5c6489e1ca2c24d21135aac6379d67691cc6..ae57f844bf0d85e831a6e4b630edce24b4ecc255 100644 (file)
@@ -30,6 +30,9 @@ default_attributes(
       }
 
     }
+  },
+  :planet => {
+    :replication => "enabled"
   }
 )
 
@@ -37,5 +40,7 @@ run_list(
   "role[equinix-ams]",
   "role[geodns]",
   "role[backup]",
-  "role[planet]"
+  "role[planet]",
+  "role[planetdump]",
+  "recipe[tilelog]"
 )