Skip to content
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

Doesn't restart on configuration change #72

Closed
dpetzel opened this issue Oct 30, 2014 · 1 comment
Closed

Doesn't restart on configuration change #72

dpetzel opened this issue Oct 30, 2014 · 1 comment

Comments

@dpetzel
Copy link
Contributor

dpetzel commented Oct 30, 2014

I'm not sure if this is by design or not, so feel free to close if it is.

I noticed today that when you apply a new configuration, the consul service is not restarted. Specifically in my case today, I had originally spun up the service using all the defaults and found the service was listening on 127.0.0.1. So i then set node.default[:consul][:bind_addr] = '0.0.0.0' and re-ran Chef. The configuration file on disk was updated, but the service didn't get restarted. Thoughts on adding a notifies :restart, "service[consul]" to the configuration file resource?

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant