summaryrefslogtreecommitdiff
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
parent59b09ce45333778619baca2bd4e34e5beba63584 (diff)
renamed logwatch/couchdb.cfg to logwatch/bigcouch.cfg
-rw-r--r--puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg (renamed from puppet/modules/site_check_mk/files/agent/logwatch/couchdb.cfg)0
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/couchdb.pp5
2 files changed, 3 insertions, 2 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/couchdb.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg
index ee64b3c0..ee64b3c0 100644
--- a/puppet/modules/site_check_mk/files/agent/logwatch/couchdb.cfg
+++ b/puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg
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',
}
+
}