puppet-standalone-mashup/shared/modules/logrotate_d/templates/logrotate.d.erb
2012-02-14 07:11:25 -05:00

13 lines
150 B
Plaintext

<%= pattern %> {
daily
rotate 10000
missingok
compress
delaycompress
missingok
dateext
postrotate
<%= postrotate %>
endscript
}