-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
If $install_method = 'url', won't upgrade consul #103
Comments
Yea this one has to do with the filename that is being set with the staging module. It is writing it to Given the upgrade instructions by Consul:
We'd probably need to detect that an upgrade was happening before automatically replacing the binary (though that would still probably work to just replace and issue a restart) |
module doesn't know how to upgrade yet See: voxpupuli/puppet-consul#103
This should now be resolved via #202 |
I have to manually remove both /usr/local/bin/consul and /opt/staging/consul/consul.zip to get this module to upgrade Consul.
The text was updated successfully, but these errors were encountered: