summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-28 05:49:20 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-28 05:49:20 -0500
commitb5d54b5fe536f0c949af42e364b3b84efbe7086a (patch)
treea4a98255b51d2a4db997533edea5bbd11cd25118 /manifests
parentfbfac206e12ebb6fb219ef7ebd8709e657ac5390 (diff)
downloadpuppet-tozt-b5d54b5fe536f0c949af42e364b3b84efbe7086a.tar.gz
puppet-tozt-b5d54b5fe536f0c949af42e364b3b84efbe7086a.zip
remind myself to set up munin on the mail server
Diffstat (limited to 'manifests')
-rw-r--r--manifests/mail.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index a9a055c..353fc6a 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -11,5 +11,7 @@ node 'mail', 'mail.localdomain' {
# XXX
# include mail::backups
include mail::mailu
+ # XXX
+ # include mail::monitoring
include mail::services
}