X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fexim%2Fmanifests%2Fmx.pp;h=bf7fd5ebfe7b0d0ae9f2e223a94392fa69f11ba3;hb=40dca73423aad7ccb3de32b5d5f044804de8fd53;hp=bcee6aa7775a870f56c1026e0e45435ca0f867ad;hpb=32b5ac5ca40ffc400447d5cf0db658a5ed484188;p=mirror%2Fdsa-puppet.git diff --git a/modules/exim/manifests/mx.pp b/modules/exim/manifests/mx.pp index bcee6aa77..bf7fd5ebf 100644 --- a/modules/exim/manifests/mx.pp +++ b/modules/exim/manifests/mx.pp @@ -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, }