Skip to content

Commit

Permalink
Merge pull request voxpupuli#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 1d48e2a + fb91f26 commit 04cd997
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 04cd997

Please sign in to comment.