move the remaining virtualdomains to the mailrelay class
[mirror/dsa-puppet.git] / modules / exim / manifests / init.pp
index adbaf4d..92fdc18 100644 (file)
@@ -46,12 +46,6 @@ class exim (
 
   Package['exim4-daemon-heavy']->Mailalias<| |>
 
-  concat::fragment { 'virtual_domain_template':
-    target  => '/etc/exim4/virtualdomains',
-    content => template('exim/virtualdomains.erb'),
-    order   => '05',
-  }
-
   service { 'exim4':
     ensure  => running,
     require => [
@@ -87,9 +81,6 @@ class exim (
   file { '/etc/mailname':
     content => template('exim/mailname.erb'),
   }
-  file { '/etc/exim4/manualroute':
-    content => template('exim/manualroute.erb')
-  }
   file { '/etc/exim4/locals':
     content => template('exim/locals.erb')
   }