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:
96d02de
)
quite right to complain
author
Stephen Gran
<steve@lobefin.net>
Wed, 25 Apr 2012 07:08:57 +0000
(08:08 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Wed, 25 Apr 2012 07:08:57 +0000
(08:08 +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
6b83cf8
..
abe0237
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-14,7
+14,7
@@
class exim {
ensure => running,
require => [
File['/etc/exim4/exim4.conf'],
- Package['exim4'],
+ Package['exim4
-daemon-heavy
'],
]
}