reorder params
[mirror/dsa-puppet.git] / 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,