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:
4ace76b
)
and take into account shorter path
author
Stephen Gran
<steve@lobefin.net>
Mon, 22 Apr 2013 20:24:07 +0000
(21:24 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 22 Apr 2013 20:24:07 +0000
(21:24 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/manifests/vdomain.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/vdomain.pp
b/modules/exim/manifests/vdomain.pp
index
6ac8cdf
..
0b12919
100644
(file)
--- a/
modules/exim/manifests/vdomain.pp
+++ b/
modules/exim/manifests/vdomain.pp
@@
-30,6
+30,6
@@
define exim::vdomain (
concat::fragment { "virtualdomain_${domain}":
target => '/etc/exim4/virtualdomains',
- content => "${domain}: user=${user} group=${group} directory=${maildir}\n",
+ content => "${domain}: user=${user} group=${group} directory=${maildir}
/mail
\n",
}
}