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:
6c15ce0
)
set exim::is_mailrelay on the mail relays
author
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 19:10:55 +0000
(21:10 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 19:10:55 +0000
(21:10 +0200)
modules/roles/manifests/mailrelay.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/mailrelay.pp
b/modules/roles/manifests/mailrelay.pp
index
a888531
..
a3812d9
100644
(file)
--- a/
modules/roles/manifests/mailrelay.pp
+++ b/
modules/roles/manifests/mailrelay.pp
@@
-7,7
+7,9
@@
# include roles::mailrelay
#
class roles::mailrelay {
- include exim::mx
+ class { 'exim::mx':
+ is_mailrelay => true,
+ }
include roles::pubsub::parameters