X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=modules%2Fexim%2Fmanifests%2Finit.pp;h=babfa449886bcb1b5450405ca8b01780b4aa53d5;hp=c3acdce2a9bbc3fd7acdc6c4b64841d2e8c9aa3e;hb=ad216612f9a38a69288abbf4f2b05964467249c9;hpb=3e4f1b98fe7e14837b9d5ae23dfd41adc302d001 diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index c3acdce2a..babfa4498 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -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, ) {