]> git.openstreetmap.org Git - chef.git/blob - cookbooks/taginfo/templates/default/update.erb
Disable CacheStaleOnError for taginfo
[chef.git] / cookbooks / taginfo / templates / default / update.erb
1 #!/bin/sh
2
3 # DO NOT EDIT - This file is being maintained by Chef
4
5 <%= @directory %>/bin/update-planet
6 <%= @directory %>/bin/update-taginfo
7
8 find "/var/log/taginfo/<%= @name %>" -mtime +28 -delete