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:
8a521b8
)
Avoid distributing the .git directory
author
Tollef Fog Heen
<tfheen@err.no>
Sun, 16 Jun 2013 09:42:58 +0000
(11:42 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sun, 16 Jun 2013 09:42:58 +0000
(11:42 +0200)
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
e133db8
..
958a841
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-41,6
+41,8
@@
class exim {
file { '/etc/exim4/email-virtualdomains':
recurse => true,
source => 'puppet:///modules/exim/email-virtualdomains',
+ purge => true,
+ ignore => '.git',
}
file { '/etc/exim4/conf.d':
ensure => directory,