summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/tozt.pp1
-rw-r--r--modules/tozt/manifests/prometheus.pp3
2 files changed, 4 insertions, 0 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 8fd9b11..2aa1bc6 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -19,6 +19,7 @@ node 'tozt', 'tozt.localdomain' {
include tozt::metabase
include tozt::monitoring
include tozt::paste
+ include tozt::prometheus
include tozt::services
include tozt::site
include tozt::ttrss
diff --git a/modules/tozt/manifests/prometheus.pp b/modules/tozt/manifests/prometheus.pp
new file mode 100644
index 0000000..c35c472
--- /dev/null
+++ b/modules/tozt/manifests/prometheus.pp
@@ -0,0 +1,3 @@
+class tozt::prometheus {
+ include prometheus
+}