-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixes #9483 - notify the services after gutterball configuration changes #62
Conversation
@@ -13,5 +13,6 @@ | |||
foreman_plugins_dir => $katello::config_dir, | |||
foreman_user => $katello::user, | |||
foreman_group => $katello::group, | |||
notify => [Service['foreman-tasks'], Service['foreman']], |
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.
Often the foreman service is run through apache. It's be better to notify Class['foreman::service']
which does the right thing for you.
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.
Good point, fixed
👍 but tests are broken because puppet-pulp dropped puppet 2.7 support. @ehelms I think you want to remove puppet 2.7 from the test matrix. |
Removing 2.7 support - #63 |
Rebased |
👍 yay green tests |
ACK |
Fixes #9483 - notify the services after gutterball configuration changes
No description provided.