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:
917c755
)
Test to see if purge works the way I think it does
author
Stephen Gran
<steve@lobefin.net>
Tue, 24 Feb 2009 15:14:51 +0000
(15:14 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 24 Feb 2009 15:14:51 +0000
(15:14 +0000)
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
d14234f
..
152a12a
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-7,7
+7,8
@@
class exim {
ensure => directory,
owner => root,
group => root,
- mode => 755
+ mode => 755,
+ purge => true
;
"/etc/exim4/exim4.conf":
owner => root,