Kazuhiro MUSASHI
de06f5575c
``` --- /dev/null +++ b/cookbooks/nomad/files/etc/logrotate.d/nomad @@ -0,0 +1,13 @@ +/var/log/nomad.log +{ + rotate 4 + weekly + missingok + notifempty + compress + delaycompress + sharedscripts + postrotate + /usr/lib/rsyslog/rsyslog-rotate + endscript +} ``` |
||
---|---|---|
.. | ||
files | ||
templates/etc | ||
attributes.rb | ||
default.rb | ||
install.rb | ||
setup.rb | ||
shared_dir.rb |