Register manualroutes from the service class for the three services that had it hardc...
[mirror/dsa-puppet.git] / modules / roles / manifests / tracker.pp
index b06be44..e2ed250 100644 (file)
@@ -10,6 +10,9 @@ class roles::tracker {
   }
   onion::service { 'tracker.debian.org': port => 80, target_address => 'tracker.debian.org', target_port => 80, direct => true }
 
+  # tell the mail-relays to forward this domain to us
+  exim::manualroute{ 'tracker.debian.org': }
+  # and then handle it locally
   exim::vdomain { 'tracker.debian.org':
     owner => 'qa',
     group => 'qa',