puppet-standalone-mashup/shared/modules/logrotate_d/templates/logrotate.d.erb

13 lines
150 B
Plaintext
Raw Normal View History

2012-02-14 12:11:25 +00:00
<%= pattern %> {
daily
rotate 10000
missingok
compress
delaycompress
missingok
dateext
postrotate
<%= postrotate %>
endscript
}