puppet-dashboard/templates/puppet-dashboard.logrotate.erb
Gary Larizza 22251f0832 Initial Manifest and Template Commit
This is the initial state of the module that is tested
under CentOS5 and Ruby 1.8.5.
2011-06-17 14:05:26 -07:00

11 lines
147 B
Plaintext

# Puppet-Dashboard logs:
<%= dashboard_config_path%>/log/production.log {
daily
missingok
rotate 7
compress
notifempty
copytruncate
}