summaryrefslogtreecommitdiff
path: root/puppet/modules/site_couchdb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-03-04 13:43:47 +0100
committervarac <varacanero@zeromail.org>2014-03-04 13:43:47 +0100
commitf6c633699adbce362b3101ea3b140083e8698f3a (patch)
tree0307482f92c86396960cde710fd3f637de0e3d47 /puppet/modules/site_couchdb
parent3ffaf0bc613228f9639f50c6ace966778af52111 (diff)
watch syslog for stunnel issues on couch nodes
Diffstat (limited to 'puppet/modules/site_couchdb')
-rw-r--r--puppet/modules/site_couchdb/manifests/stunnel.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/stunnel.pp b/puppet/modules/site_couchdb/manifests/stunnel.pp
index 87c35f05..91f1e3aa 100644
--- a/puppet/modules/site_couchdb/manifests/stunnel.pp
+++ b/puppet/modules/site_couchdb/manifests/stunnel.pp
@@ -107,4 +107,6 @@ class site_couchdb::stunnel {
}
create_resources(site_stunnel::clients, $ednp_clients, $ednp_client_defaults)
+
+ include site_check_mk::agent::stunnel
}