]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/templates/default/tilecache-curl-time-cleanup.erb
Drop role and cookbook for the old tile CDN
[chef.git] / cookbooks / tilecache / templates / default / tilecache-curl-time-cleanup.erb
diff --git a/cookbooks/tilecache/templates/default/tilecache-curl-time-cleanup.erb b/cookbooks/tilecache/templates/default/tilecache-curl-time-cleanup.erb
deleted file mode 100644 (file)
index 3be4267..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#/bin/bash
-set -eu
-/usr/bin/find /srv/tilecache/data/ -type f -iname '*.txt' -mtime +7 -print0 | /usr/bin/xargs -0 -n 12 --no-run-if-empty -P 2 /usr/bin/xz -9e