puppet-dashboard/templates/logrotate.erb
William Van Hevelingen 37e013bfa2 (#14450) Fix dashboard::passenger issues
Previously when passenger was set to true the pasenger class
would error. This commit fixes those problems and cleans up the
template to use the apache_name parameter.
2012-05-12 19:34:25 -07:00

11 lines
140 B
Plaintext

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