summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/prometheus.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/prometheus.pp')
-rw-r--r--modules/tozt/manifests/prometheus.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/tozt/manifests/prometheus.pp b/modules/tozt/manifests/prometheus.pp
index 8120cdc..13bc406 100644
--- a/modules/tozt/manifests/prometheus.pp
+++ b/modules/tozt/manifests/prometheus.pp
@@ -17,8 +17,10 @@ class tozt::prometheus {
source => 'puppet:///modules/tozt/prometheus-override.conf';
}
+ $smtp_password = secret::value("grafana_smtp_password")
+
file { "/etc/grafana.ini":
- source => "puppet:///modules/tozt/grafana.ini",
+ content => template("tozt/grafana.ini"),
require => Package["grafana"];
}