3 # DO NOT EDIT - This file is being maintained by Chef
6 <% node[:tile][:styles].each do |name,details| -%>
7 "-t", "/srv/tile.openstreetmap.org/tiles/<%= name %>",
10 "--max", "<%= node[:tile][:styles].collect { |n,d| d[:max_zoom] }.max %>"
13 Dir.glob("/var/lib/replicate/expire-queue/changes-*.gz").sort.each do |f|
14 system("/usr/local/bin/expire-tiles-single", *args, f) && File::unlink(f)