summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/remove/files.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_config/manifests/remove/files.pp')
-rw-r--r--puppet/modules/site_config/manifests/remove/files.pp18
1 files changed, 0 insertions, 18 deletions
diff --git a/puppet/modules/site_config/manifests/remove/files.pp b/puppet/modules/site_config/manifests/remove/files.pp
index 077381e1..4f7aa6e6 100644
--- a/puppet/modules/site_config/manifests/remove/files.pp
+++ b/puppet/modules/site_config/manifests/remove/files.pp
@@ -51,22 +51,4 @@ class site_config::remove::files {
onlyif => "/bin/grep -qe 'leap_mx.log' /etc/check_mk/logwatch.state"
}
- # Don't use check_mk logwatch to watch bigcouch logs anymore
- # see https://leap.se/code/issues/7375 for more details
- file { '/etc/check_mk/logwatch.d/bigcouch.cfg':
- ensure => absent,
- notify => [
- Exec['remove_bigcouch_logwatch_spoolfiles'],
- Exec['remove_bigcouch_logwatch_stateline']
- ]
- }
- # remove leftover bigcouch logwatch spool files
- exec { 'remove_bigcouch_logwatch_spoolfiles':
- command => 'find /var/lib/check_mk/logwatch -name \'\\opt\\bigcouch\\var\\log\\bigcouch.log\' -exec rm {} \;',
- refreshonly => true,
- }
- exec { 'remove_bigcouch_logwatch_stateline':
- command => "sed -i '/bigcouch.log/d' /etc/check_mk/logwatch.state",
- refreshonly => true,
- }
}