summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-25 13:58:52 +0100
committervarac <varacanero@zeromail.org>2014-02-27 18:12:15 +0100
commit299c059c239936901c4b234f78e89d99ce94e19c (patch)
treec1c88a137c3521c6ca49aeb217fbedd8a6cce701 /puppet/modules/site_check_mk/manifests/agent
parent59b09ce45333778619baca2bd4e34e5beba63584 (diff)
renamed logwatch/couchdb.cfg to logwatch/bigcouch.cfg
Diffstat (limited to 'puppet/modules/site_check_mk/manifests/agent')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/couchdb.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent/couchdb.pp b/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
index cc166d42..f2d286ca 100644
--- a/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
+++ b/puppet/modules/site_check_mk/manifests/agent/couchdb.pp
@@ -1,6 +1,7 @@
class site_check_mk::agent::couchdb {
- file { '/etc/check_mk/logwatch.d/couchdb.cfg':
- source => 'puppet:///modules/site_check_mk/agent/logwatch/couchdb.cfg',
+ file { '/etc/check_mk/logwatch.d/bigcouch.cfg':
+ source => 'puppet:///modules/site_check_mk/agent/logwatch/bigcouch.cfg',
}
+
}