]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Oct 2014 15:41:42 +0000 (13:41 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Oct 2014 15:41:42 +0000 (13:41 -0200)
manifests/tls/hardened.pp

index 63306f51e30c792d01a448c7c9cf53d9a2a47d9d..34eff9ec4b784d871a7a479b8addfbb2c8683ef2 100644 (file)
@@ -2,7 +2,7 @@ class mail::tls::hardened inherits mail::tls {
   # Hardened config
   postfix::config { "smtpd_tls_ciphers":                value => 'high' }
   postfix::config { "smtp_tls_protocols":               value => '!SSLv2, !SSLv3' }
-  postfix::config { "smtp_tls_mandatory_protocols"      value => '!SSLv2, !SSLv3' }
+  postfix::config { "smtp_tls_mandatory_protocols":     value => '!SSLv2, !SSLv3' }
   postfix::config { "smtp_tls_note_starttls_offer":     value => 'yes' }
   postfix::config { "smtpd_tls_received_header":        value => 'yes' }
   postfix::config { "smtpd_tls_protocols":              value => '!SSLv2, !SSLv3' }