3 # DO NOT EDIT - This file is being maintained by Chef
8 <% node[:tile][:styles].each do |name,details| -%>
9 "/srv/tile.openstreetmap.org/tiles/<%= name %>",
13 max_zoom = <%= node[:tile][:styles].collect { |n,d| d[:max_zoom] }.max %>
15 Dir.glob("/var/lib/replicate/expire-queue/changes-*.gz").each do |f|
16 Expire::expire(f, 13, max_zoom, tile_dirs)