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:
39a6242
)
default to exim
author
Stephen Gran
<steve@lobefin.net>
Wed, 16 May 2012 16:48:10 +0000
(17:48 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Wed, 16 May 2012 16:48:10 +0000
(17:48 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
acde9e3
..
be13ab7
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-52,11
+52,11
@@
node default {
if $::mta == 'exim4' {
if getfromhash($site::nodeinfo, 'heavy_exim') {
include exim::mx
- } else {
- include exim
}
- } els
e
{
+ } els
if $::mta == 'postfix'
{
include postfix
+ } else {
+ include exim
}
if $::apache2 {