exim: allow a host to indicate that it is the master for tracker.d.o
[mirror/dsa-puppet.git] / modules / exim / manifests / init.pp
index c3acdce..babfa44 100644 (file)
@@ -6,6 +6,7 @@
 # @param is_rtmaster this system handles rt.debian.org
 # @param is_packagesmaster this system handles packages.debian.org
 # @param is_packagesqamaster this system handles packages.qa.debian.org
+# @param is_trackermaster this system handles tracker.debian.org
 # @param mail_port override the default incoming mailport (only applicable for hosts behind an incoming relay)
 # @param smarthost_port the port on which satellites send mail to the smarthost (needs to be the same on both sides)
 class exim (
@@ -16,6 +17,7 @@ class exim (
   Boolean $is_rtmaster = false,
   Boolean $is_packagesmaster = false,
   Boolean $is_packagesqamaster = false,
+  Boolean $is_trackermaster = false,
   Integer $smarthost_port = 587,
   Optional[Integer] $mail_port = undef,
 ) {