]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore errors transferring tile cache logs
authorTom Hughes <tom@compton.nu>
Sun, 18 May 2014 14:39:15 +0000 (15:39 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 18 May 2014 14:39:15 +0000 (15:39 +0100)
cookbooks/tilecache/templates/default/logrotate.squid.erb

index 87cafabd4f2b53966d4561c330404d287854e7cb..6ce392c1d49da9919dd361951ad7b208894b9464 100644 (file)
@@ -12,6 +12,6 @@
   sharedscripts
   postrotate
     test ! -e /var/run/squid.pid || /usr/sbin/squid -k rotate
   sharedscripts
   postrotate
     test ! -e /var/run/squid.pid || /usr/sbin/squid -k rotate
-    /usr/bin/rsync /var/log/squid/zere.log.2.xz ironbelly::logs/tile.openstreetmap.org/<%= node[:hostname] %>-`date -d "-2 days" +%Y-%m-%d`.xz
+    /usr/bin/rsync /var/log/squid/zere.log.2.xz ironbelly::logs/tile.openstreetmap.org/<%= node[:hostname] %>-`date -d "-2 days" +%Y-%m-%d`.xz || true
   endscript
 }
   endscript
 }