summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-16 16:47:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-16 16:47:58 -0300
commitddcc867c7f210f88ccbe1dc251b3ec530a1bea2b (patch)
treefa356f4e8eddc9c8a67f41ab3d71821be2c39eee
parentd75ba57fa046ac72c8f4b6fc3d1219103cd76e6d (diff)
downloadpuppet-mail-ddcc867c7f210f88ccbe1dc251b3ec530a1bea2b.tar.gz
puppet-mail-ddcc867c7f210f88ccbe1dc251b3ec530a1bea2b.tar.bz2
Minor fix
-rw-r--r--manifests/tls/hardened.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/tls/hardened.pp b/manifests/tls/hardened.pp
index 6717302..1c61185 100644
--- a/manifests/tls/hardened.pp
+++ b/manifests/tls/hardened.pp
@@ -9,10 +9,10 @@ class mail::tls::hardened inherits mail::tls {
postfix::config { "smtp_tls_session_cache_database": value => 'btree:${queue_directory}/smtp_scache' }
# DH parameters
- postfix::config { "smtpd_tls_eecdh_grade": value => 'strong' }
+ postfix::config { "smtpd_tls_eecdh_grade": value => 'strong' }
postfix::config { "smtpd_tls_dh1024_param_file":
- value => '/etc/postfix/dh_1024.pem'
+ value => '/etc/postfix/dh_1024.pem',
require => Exec['openssl-postfix-gendh-1024'],
}