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:
76e5497
)
Remove old cleanup rule
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 13 Apr 2019 18:27:44 +0000
(20:27 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 13 Apr 2019 18:27:44 +0000
(20:27 +0200)
/etc/exim4/Git is unlikely to reappear and has been removed for almost six years, time to drop this
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
caf7480
..
b6cb829
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-41,10
+41,6
@@
class exim {
require => Package['exim4-daemon-heavy'],
purge => true,
}
- file { '/etc/exim4/Git':
- ensure => absent,
- force => true,
- }
file { '/etc/exim4/conf.d':
ensure => directory,
purge => true,