From 61605b3cd95cefc06534fbce38fbfd682a4b8103 Mon Sep 17 00:00:00 2001 From: Andrew Bramble Date: Mon, 7 Aug 2017 15:55:03 +1000 Subject: [PATCH] *fix* hardcoded notify of Service when config_file changes --- manifests/blackbox_exporter.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/blackbox_exporter.pp b/manifests/blackbox_exporter.pp index b3f487a4f..2338b97bb 100644 --- a/manifests/blackbox_exporter.pp +++ b/manifests/blackbox_exporter.pp @@ -139,7 +139,7 @@ group => $group, mode => $config_mode, content => template('prometheus/blackbox_exporter.yaml.erb'), - notify => Service['blackbox_exporter'], + notify => $notify_service, require => File[$config_dir], }