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:
2e1aff3
)
remove manualroute cleanup; it has run everywhere
author
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 10:22:36 +0000
(12:22 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 10:22:36 +0000
(12:22 +0200)
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
981219a
..
4510362
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-87,11
+87,6
@@
class exim (
file { '/etc/mailname':
content => template('exim/mailname.erb'),
}
- if ! defined(Class['exim::mailrelay']) {
- file { '/etc/exim4/manualroute':
- ensure => absent,
- }
- }
file { '/etc/exim4/locals':
content => template('exim/locals.erb')
}