]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Do not manage ssl cert
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 13:18:39 +0000 (10:18 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 13:18:39 +0000 (10:18 -0300)
manifests/tls.pp

index b63438670d13db3be2a74b92fcc6cbd5d40cc884..5a1d60db00b527f7218818c196589a785bbde8fc 100644 (file)
@@ -10,13 +10,13 @@ class mail::tls {
   $mail_virtual = hiera('mail::virtual', false)
 
   # SSL certificate
-  ssl::cert { "${::domain}":
-    group    => 'postfix',
-    privmode => '0640',
-    main     => true,
-    notify   => $mail_virtual ? {
-      false   => Service['postfix'],
-      default => Service['postfix', 'dovecot'],
-    }
-  }
+  #ssl::cert { "${::domain}":
+  #  group    => 'postfix',
+  #  privmode => '0640',
+  #  main     => true,
+  #  notify   => $mail_virtual ? {
+  #    false   => Service['postfix'],
+  #    default => Service['postfix', 'dovecot'],
+  #  }
+  #}
 }