Move TLSA for submission port from exim::mx role to the mailrelay role
[mirror/dsa-puppet.git] / modules / exim / manifests / mx.pp
index bcee6aa..bf7fd5e 100644 (file)
@@ -23,13 +23,6 @@ class exim::mx(
     notify => Service['exim4'],
   }
 
-  $autocertdir = hiera('paths.auto_certs_dir')
-  dnsextras::tlsa_record{ 'tlsa-submission':
-    zone     => 'debian.org',
-    certfile => "${autocertdir}/${::fqdn}.crt",
-    port     => 587,
-    hostname => $::fqdn,
-  }
   package { 'monitoring-plugins-standard':
     ensure => installed,
   }