From: Peter Palfrader Date: Sat, 21 Sep 2019 17:17:31 +0000 (+0200) Subject: reorder params X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e739bbe61de54a0b1fc01ba09f7802c9332c58fd;p=mirror%2Fdsa-puppet.git reorder params --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index 320c7ff18..6c9608101 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -8,8 +8,8 @@ # @param is_packagesqamaster this system handles packages.qa.debian.org # @param smarthost_port the port on which satellites send mail to the smarthost class exim ( - Boolean $use_smarthost = true, Optional[String] $smarthost, + Boolean $use_smarthost = true, Boolean $is_bugsmx = false, Boolean $is_mailrelay = false, Boolean $is_rtmaster = false,