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:
688ae7d
)
Maybe this will put the exim config, including firewall config, back onto hosts.
author
Peter Palfrader
<peter@palfrader.org>
Thu, 17 May 2012 08:19:26 +0000
(10:19 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 17 May 2012 08:24:27 +0000
(10:24 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
be13ab7
..
c3a3657
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-52,6
+52,8
@@
node default {
if $::mta == 'exim4' {
if getfromhash($site::nodeinfo, 'heavy_exim') {
include exim::mx
+ } else {
+ include exim
}
} elsif $::mta == 'postfix' {
include postfix