diff options
author | Micah Anderson <micah@leap.se> | 2015-07-07 16:22:36 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2015-07-07 16:22:36 -0400 |
commit | ec24733308676d6822aaeaae6c17b042f7e2bf14 (patch) | |
tree | 54ff5b38318ee2c58be315cc4c0d51d3967fd25a /puppet/modules | |
parent | 7e6b3939a69f11d23ed1c876060025fbe694704d (diff) |
Clean up left-over files from old way of leap-mx logging, this should
stop the logrotate cron errors from happening. (#7058)
Change-Id: Iceaeb8c17600fc23d2b1ca075546f8573c145760
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_config/manifests/remove_files.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/remove_files.pp b/puppet/modules/site_config/manifests/remove_files.pp index 3f46659c..b339e6af 100644 --- a/puppet/modules/site_config/manifests/remove_files.pp +++ b/puppet/modules/site_config/manifests/remove_files.pp @@ -27,6 +27,10 @@ class site_config::remove_files { path => '/var/log/', recurse => true, matches => 'leap_mx*'; + 'leap_mx_rotate': + path => '/var/log/leap/', + recurse => true, + matches => [ 'mx.log.[0-9]', 'mx.log.[0-9]?', 'mx.log.[6-9]?gz']; '/srv/leap/webapp/public/provider.json':; '/srv/leap/couchdb/designs/tmp_users': recurse => true, |