exim: ship new {two,three}-level-tlds files for exim_surbl.pl
authorAdam D. Barratt <adam@adam-barratt.org.uk>
Mon, 23 Sep 2019 18:24:45 +0000 (19:24 +0100)
committerAdam D. Barratt <adam@adam-barratt.org.uk>
Mon, 23 Sep 2019 18:24:45 +0000 (19:24 +0100)
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
modules/exim/manifests/mx.pp

index 8916c09..3a30975 100644 (file)
@@ -18,6 +18,12 @@ class exim::mx(
   file { '/etc/exim4/surbl_whitelist.txt':
     source => 'puppet:///modules/exim/common/surbl_whitelist.txt',
   }
+  file { '/etc/exim4/two-level-tlds':
+    source => 'puppet:///modules/exim/common/two-level-tlds',
+  }
+  file { '/etc/exim4/three-level-tlds':
+    source => 'puppet:///modules/exim/common/three-level-tlds',
+  }
   file { '/etc/exim4/exim_surbl.pl':
     source => 'puppet:///modules/exim/common/exim_surbl.pl',
     notify => Service['exim4'],