-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix notify $service_name in the alertmanager #222
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn’t look correct to me.
notify => Service[$notify_service],
instead ?
My mistake. I see $notify_service is already a reference to the service resource. |
$notify_service is either undef or Service[$service_name]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @thde ! |
@bastelfreak Any ideas when the newest version of the module will be released? I'm just impatient to get this fix 👍 |
fix notify service_name
fix notify service_name
Pull Request (PR) description
Fixes the alertmanager config file to notify the configured service.
This Pull Request (PR) fixes the following issues
n/a