/var/log/chef/client.log {
  rotate 12
  missingok
  notifempty
  weekly
  compress
  postrotate
    /usr/sbin/invoke-rc.d chef-client restart > /dev/null
  endscript
}
