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:
7099fc0
)
Drop /etc/exim4/Git; add /etc/exim4/email-virtualdomains git checkout
author
Tollef Fog Heen
<tfheen@err.no>
Sun, 16 Jun 2013 09:35:47 +0000
(11:35 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sun, 16 Jun 2013 09:36:01 +0000
(11:36 +0200)
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
10c449e
..
eac2462
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-35,11
+35,11
@@
class exim {
purge => true,
}
file { '/etc/exim4/Git':
- ensure =>
directory
,
- purge => true,
- force => true,
+ ensure =>
absent
,
+ # git checkouts through puppet. yummy.
+ file { '/etc/exim4/email-virtualdomains':
recurse => true,
- source
=> 'puppet:///files/empty/
',
+ source
=> 'puppet:///modules/exim/email-virtualdomains
',
}
file { '/etc/exim4/conf.d':
ensure => directory,