Merge branch 'salsa' into fordsa
[mirror/dsa-puppet.git] / modules / roles / manifests / rtmaster.pp
index 7c469b6..131c80c 100644 (file)
@@ -4,4 +4,10 @@ class roles::rtmaster {
     notify => Exec['service apache2 reload'],
     key    => true,
   }
+
+  # Note that there is also role specific config in exim4.conf
+  exim::vdomain { 'rt.debian.org':
+    mail_user  => 'rt',
+    mail_group => 'rt',
+  }
 }