reorder params
authorPeter Palfrader <peter@palfrader.org>
Sat, 21 Sep 2019 17:17:31 +0000 (19:17 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 21 Sep 2019 17:17:31 +0000 (19:17 +0200)
modules/exim/manifests/init.pp

index 320c7ff..6c96081 100644 (file)
@@ -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,