]> git.openstreetmap.org Git - chef.git/commitdiff
Move log copying to a lastaction scriptlet
authorTom Hughes <tom@compton.nu>
Tue, 23 Feb 2016 14:00:23 +0000 (14:00 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 23 Feb 2016 14:00:23 +0000 (14:00 +0000)
cookbooks/tilecache/templates/default/logrotate.squid.erb

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