projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f37c11
)
reorder params
author
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 17:17:31 +0000
(19:17 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 17:17:31 +0000
(19:17 +0200)
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
320c7ff
..
6c96081
100644
(file)
--- 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,