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:
1c3342f
)
And fix name in manualroute.pp
author
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 10:15:00 +0000
(12:15 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 10:15:00 +0000
(12:15 +0200)
modules/exim/manifests/manualroute.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/manualroute.pp
b/modules/exim/manifests/manualroute.pp
index
d75a2a5
..
d6e3c51
100644
(file)
--- a/
modules/exim/manifests/manualroute.pp
+++ b/
modules/exim/manifests/manualroute.pp
@@
-14,7
+14,7
@@
define exim::manualroute (
$port = lookup( { 'name' => 'exim::mail_port', 'default_value' => 25 } )
}
- @@concat::fragment { "manualroute-to-${
$
domain}":
+ @@concat::fragment { "manualroute-to-${domain}":
tag => 'exim::manualroute::to::mailrelay',
target => '/etc/exim4/manualroute',
content => "${$domain}: ${target}::${port}",