Skip to content

Commit

Permalink
*fix* hardcoded notify of Service when config_file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bramblek1 committed Aug 7, 2017
1 parent 9d531d2 commit 61605b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/blackbox_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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],
}

Expand Down

0 comments on commit 61605b3

Please sign in to comment.