summaryrefslogtreecommitdiffstats
path: root/modules/mail2/manifests/monitoring.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-05 19:01:01 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-05 19:01:01 -0400
commit0c7b84faf05e510dfc38f8f69b8a107d1ada8c80 (patch)
tree438f704e6b043d1bcf251900f5a426af87f025c8 /modules/mail2/manifests/monitoring.pp
parent573a37010fac2c1ff893257be19a1f2842ce11e1 (diff)
downloadpuppet-tozt-0c7b84faf05e510dfc38f8f69b8a107d1ada8c80.tar.gz
puppet-tozt-0c7b84faf05e510dfc38f8f69b8a107d1ada8c80.zip
start building a new mail server
Diffstat (limited to 'modules/mail2/manifests/monitoring.pp')
-rw-r--r--modules/mail2/manifests/monitoring.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mail2/manifests/monitoring.pp b/modules/mail2/manifests/monitoring.pp
new file mode 100644
index 0000000..c7c9a32
--- /dev/null
+++ b/modules/mail2/manifests/monitoring.pp
@@ -0,0 +1,3 @@
+class mail2::monitoring {
+ include tick::client::base_plugins
+}