diff options
| -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, | 
