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:
c1af2d1
)
pass is_mailrelay through exim::mx
author
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 19:12:37 +0000
(21:12 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 19:12:37 +0000
(21:12 +0200)
modules/exim/manifests/mx.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/mx.pp
b/modules/exim/manifests/mx.pp
index
a13da66
..
20ba1a3
100644
(file)
--- a/
modules/exim/manifests/mx.pp
+++ b/
modules/exim/manifests/mx.pp
@@
-1,7
+1,11
@@
# our heavy exim class
-class exim::mx {
+# @param is_mailrelay this system is a mailrelay, both in and out, for debian hosts
+class exim::mx(
+ Boolean $is_mailrelay = false,
+){
class { 'exim':
use_smarthost => false,
+ is_mailrelay => $is_mailrelay,
}
include clamav