summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 22:17:15 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 22:17:15 -0400
commite86624d2d1fbe9c7cd7fe431af0cda0b8c9607d9 (patch)
tree2faa94bb6c8cdfce84d1cb8eb15712416be71e38 /modules/tozt
parentc7e910371957aff3702c297069226cc345fe9bf0 (diff)
downloadpuppet-tozt-e86624d2d1fbe9c7cd7fe431af0cda0b8c9607d9.tar.gz
puppet-tozt-e86624d2d1fbe9c7cd7fe431af0cda0b8c9607d9.zip
actually install the things
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/prometheus.pp3
1 files changed, 3 insertions, 0 deletions
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
+}