]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/templates/default/export.cron.erb
Disable unreliable DNSSEC in test-kitchen
[chef.git] / cookbooks / tile / templates / default / export.cron.erb
diff --git a/cookbooks/tile/templates/default/export.cron.erb b/cookbooks/tile/templates/default/export.cron.erb
deleted file mode 100644 (file)
index d2f3be1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# DO NOT EDIT - This file is being maintained by Chef
-
-# Removes stale tmp files from the export tab
-exec find /tmp -name 'export??????' -mmin +60 -print0 | xargs -0r rm -f