From e739bbe61de54a0b1fc01ba09f7802c9332c58fd Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 21 Sep 2019 19:17:31 +0200 Subject: [PATCH] reorder params --- modules/exim/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1