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:
fc98b48
)
Oh, you picky picky parser
author
Stephen Gran
<steve@lobefin.net>
Sat, 4 Apr 2009 22:57:35 +0000
(23:57 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 4 Apr 2009 22:57:35 +0000
(23:57 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
2233da9
..
279cd97
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-97,14
+97,14
@@
class exim {
source => "puppet:///exim/certs/$fqdn.crt"
owner => root,
group => Debian-exim,
- mode => 640
,
+ mode => 640
;
"/etc/exim4/ssl/thishost.key":
require => Package["exim4-daemon-heavy"],
source => "puppet:///exim/certs/$fqdn.key"
owner => root,
group => Debian-exim,
- mode => 640
,
+ mode => 640
;
}