diff options
author | varac <varacanero@zeromail.org> | 2014-02-25 16:02:53 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-27 18:12:15 +0100 |
commit | 42512cc9428afcd7d949e373e75da4f0d9fc8086 (patch) | |
tree | 169e250010a4735f3bed4e8c4b788f5e6d89f54e /puppet/modules/site_stunnel/manifests | |
parent | 91365fb3b9b455253484fca6ffbc3dac8361e5b9 (diff) |
check syslog for stunnel failures
Diffstat (limited to 'puppet/modules/site_stunnel/manifests')
-rw-r--r-- | puppet/modules/site_stunnel/manifests/clients.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_stunnel/manifests/clients.pp b/puppet/modules/site_stunnel/manifests/clients.pp index 791fdbc5..837665a3 100644 --- a/puppet/modules/site_stunnel/manifests/clients.pp +++ b/puppet/modules/site_stunnel/manifests/clients.pp @@ -28,4 +28,6 @@ define site_stunnel::clients ( Class['Site_config::X509::Ca'] ]; } + + include site_check_mk::agent::stunnel } |