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:
fcfcf85
)
Document exim::vdomain, make files ownable by somebody other than root, retire alias_...
author
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 07:44:14 +0000
(09:44 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 22 Sep 2019 07:44:14 +0000
(09:44 +0200)
modules/exim/manifests/vdomain.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/vdomain.pp
b/modules/exim/manifests/vdomain.pp
index
4ce6780
..
ef339dd
100644
(file)
--- a/
modules/exim/manifests/vdomain.pp
+++ b/
modules/exim/manifests/vdomain.pp
@@
-23,7
+23,7
@@
define exim::vdomain (
group => $group,
}
- file {
"${maildir}"
:
+ file {
$maildir
:
ensure => directory,
mode => '2755',
owner => $owner,