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:
1eed6c2
)
this package pulls in check mailq
author
Stephen Gran
<steve@lobefin.net>
Sun, 15 Apr 2012 09:03:03 +0000
(11:03 +0200)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 15 Apr 2012 09:03:03 +0000
(11:03 +0200)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/manifests/mx.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/mx.pp
b/modules/exim/manifests/mx.pp
index
70a3702
..
80ed36f
100644
(file)
--- a/
modules/exim/manifests/mx.pp
+++ b/
modules/exim/manifests/mx.pp
@@
-23,4
+23,7
@@
class exim::mx inherits exim {
rule => '&SERVICE_RANGE(tcp, submission, $SMTP_V6_SOURCES)',
}
+ package { 'nagios-plugins-standard':
+ ensure => installed,
+ }
}