Skip to content

Commit

Permalink
Merge pull request #222 from thde/master
Browse files Browse the repository at this point in the history
fix notify service_name
  • Loading branch information
bastelfreak authored Jun 25, 2018
2 parents 0a4ced6 + 424a14f commit 757a5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/alertmanager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
group => $group,
mode => $config_mode,
content => template('prometheus/alertmanager.yaml.erb'),
notify => Service['alertmanager'],
notify => $notify_service,
require => File[$config_dir],
}

Expand Down

0 comments on commit 757a5b4

Please sign in to comment.