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

12 lines
134 B
Plaintext

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