diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-16 16:58:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-16 16:58:42 -0300 |
commit | 45e484a7fcb23ce0da07f1bf3316261f60ae4772 (patch) | |
tree | b63e2466cac2afab70bc73adf4b0fcdc18b4d788 /manifests | |
parent | 4af661e105119190e28750c7f5922ecf33e71f0a (diff) | |
download | puppet-mail-45e484a7fcb23ce0da07f1bf3316261f60ae4772.tar.gz puppet-mail-45e484a7fcb23ce0da07f1bf3316261f60ae4772.tar.bz2 |
Using mail::tls::hardened by default
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index f00aef9..4e61fb2 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -29,7 +29,7 @@ class mail::system( # Common subsystems include mail::packages - include mail::tls + include mail::tls::hardened include mail::amavisd include mail::header_checks include mail::clamav |