summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/tozt/manifests/prometheus.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/tozt/manifests/prometheus.pp b/modules/tozt/manifests/prometheus.pp
index 758b86d..f842c86 100644
--- a/modules/tozt/manifests/prometheus.pp
+++ b/modules/tozt/manifests/prometheus.pp
@@ -12,7 +12,8 @@ class tozt::prometheus {
];
"/etc/conf.d/prometheus":
source => "puppet:///modules/tozt/prometheus-service-conf",
- require => Package["prometheus"];
+ require => Package["prometheus"],
+ notify => Service["prometheus"];
}
nginx::site {