summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-02-24 00:17:22 -0500
committerJesse Luehrs <doy@tozt.net>2019-02-24 00:17:22 -0500
commit2109ecb18657ec742707b457e379a0fd8cf354a6 (patch)
tree9b10fe7edcd95bafaa3d690e337129facc734a9b /manifests
parent367b31fd6e81acc9977a911db056de06879d5cef (diff)
downloadpuppet-tozt-2109ecb18657ec742707b457e379a0fd8cf354a6.tar.gz
puppet-tozt-2109ecb18657ec742707b457e379a0fd8cf354a6.zip
actually enable munin on mail
Diffstat (limited to 'manifests')
-rw-r--r--manifests/mail.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index de53804..1f5adf7 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -10,7 +10,6 @@ node 'mail', 'mail.localdomain' {
include mail::backups
include mail::mailu
- # XXX
- # include mail::monitoring
+ include mail::monitoring
include mail::services
}