diff options
author | varac <varacanero@zeromail.org> | 2014-03-04 13:43:47 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-03-04 13:43:47 +0100 |
commit | f6c633699adbce362b3101ea3b140083e8698f3a (patch) | |
tree | 0307482f92c86396960cde710fd3f637de0e3d47 /puppet | |
parent | 3ffaf0bc613228f9639f50c6ace966778af52111 (diff) |
watch syslog for stunnel issues on couch nodes
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_couchdb/manifests/stunnel.pp | 2 |
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 } |