]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Fix ssl::dhparams
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 13:28:24 +0000 (10:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 13:28:24 +0000 (10:28 -0300)
manifests/tls/hardened.pp

index cf7d1dd1dca1f4a3ea1dedc21d7ca861828d5f7f..0c00c90fdc9bfc07b966cafb3ec3c8a6a2ab2deb 100644 (file)
@@ -38,21 +38,15 @@ class mail::tls::hardened inherits mail::tls {
   }
 
   ssl::dhparams { 'openssl-postfix-gendh-512':
-    prefix => 'dh',
-    size   => '512',
-    folder => '/etc/postfix',
+    size => '512',
   }
 
   ssl::dhparams { 'openssl-postfix-gendh-1024':
-    prefix => 'dh',
-    size   => '1024',
-    folder => '/etc/postfix',
+    size => '1024',
   }
 
   ssl::dhparams { 'openssl-postfix-gendh-2048':
-    prefix => 'dh',
-    size   => '2048',
-    folder => '/etc/postfix',
+    size => '2048',
   }
 
   postfix::config { "smtpd_tls_exclude_ciphers":