diff options
author | elijah <elijah@riseup.net> | 2015-04-15 16:12:11 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-04-16 11:10:59 -0700 |
commit | bb07407485ed1626221a1190cc2fb2789f95ed22 (patch) | |
tree | 0ab39a464ecacd637a3c2f2da652fdc05e970d23 /puppet/modules/site_stunnel | |
parent | 7f069dc47c318e9047a3ae7a29a90f3471610e34 (diff) |
clean up logging mess: add 'logfile' define, mv openvpn and stunnel logs to their own files, fix mx logwatch path.
Diffstat (limited to 'puppet/modules/site_stunnel')
-rw-r--r-- | puppet/modules/site_stunnel/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_stunnel/manifests/init.pp b/puppet/modules/site_stunnel/manifests/init.pp index 2e0cf5b8..176b8618 100644 --- a/puppet/modules/site_stunnel/manifests/init.pp +++ b/puppet/modules/site_stunnel/manifests/init.pp @@ -29,6 +29,7 @@ class site_stunnel { $client_sections = keys($clients) site_stunnel::clients { $client_sections: } + leap::logfile { "stunnel": process => "stunnel4" } include site_stunnel::override_service } |