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:
293ece5
)
let's see how bad puppet's scoping is
author
Stephen Gran
<steve@lobefin.net>
Sat, 17 Oct 2009 00:14:29 +0000
(
01:14
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 17 Oct 2009 00:14:29 +0000
(
01:14
+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
1bee232
..
3ea3be6
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-1,4
+1,12
@@
class exim {
+ activate_munin_check {
+ "exim_mailqueue":;
+ "exim_mailstats":;
+ "postfix_mailqueue": ensure => absent;
+ "postfix_mailstats": ensure => absent;
+ "postfix_mailvolume": ensure => absent;
+ }
+
package { exim4-daemon-heavy: ensure => installed }