diff options
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_config/manifests/remove/bigcouch.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/remove/bigcouch.pp b/puppet/modules/site_config/manifests/remove/bigcouch.pp index 19d18eb0..0783fe9d 100644 --- a/puppet/modules/site_config/manifests/remove/bigcouch.pp +++ b/puppet/modules/site_config/manifests/remove/bigcouch.pp @@ -19,4 +19,8 @@ class site_config::remove::bigcouch { command => "sed -i '/bigcouch.log/d' /etc/check_mk/logwatch.state", refreshonly => true, } + + cron { 'compact_all_shards': + ensure => absent + } } |