summaryrefslogtreecommitdiff
path: root/sitemodules
diff options
context:
space:
mode:
Diffstat (limited to 'sitemodules')
-rw-r--r--sitemodules/roles/manifests/monitor.pp27
1 files changed, 27 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/monitor.pp b/sitemodules/roles/manifests/monitor.pp
new file mode 100644
index 0000000..8b164c6
--- /dev/null
+++ b/sitemodules/roles/manifests/monitor.pp
@@ -0,0 +1,27 @@
+# Class: roles::monitor
+# =====================
+#
+# This class defines the monitor role for the monitoring server. You should
+# assign this class using hiera or via an ENC.
+#
+# Examples
+# --------
+#
+# @example
+# class { 'roles::monitor': }
+#
+# Authors
+# -------
+#
+# Jan Dittberner <jandd@cacert.org>
+#
+# Copyright
+# ---------
+#
+# Copyright 2018 Jan Dittberner
+#
+class roles::web {
+ include profiles::base
+ include profiles::rsyslog
+ include profiles::nrpe_agent
+}