From 95c8b30870c4e6cf9335880fc439066bb2373fb3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Jul 2021 22:36:09 -0400 Subject: actually install the nginx config --- modules/tozt/manifests/prometheus.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/tozt/manifests/prometheus.pp b/modules/tozt/manifests/prometheus.pp index c35c472..f0454f1 100644 --- a/modules/tozt/manifests/prometheus.pp +++ b/modules/tozt/manifests/prometheus.pp @@ -1,3 +1,11 @@ class tozt::prometheus { include prometheus + + nginx::site { + "prometheus-tls": + source => 'puppet:///modules/tozt/nginx/prometheus-tls.conf', + require => Class['certbot']; + "prometheus": + source => 'puppet:///modules/tozt/nginx/prometheus.conf'; + } } -- cgit v1.2.3-54-g00ecf