-
Notifications
You must be signed in to change notification settings - Fork 100
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
openrc startup script for consul, for Gentoo and Alpine. Optimized install.sls #27
base: master
Are you sure you want to change the base?
Conversation
New startup_params parameter
Add startup params to consul
Add startup params to consul
Startup params for consul
Add openrc startup scripts for Gentoo and Alpine
Add openrc startup script for Gentoo and Alpine
Only download/unzip/install/link consul binary if right version not already installed.
OpenRC startup file
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.
Thanks for PR @morgana2313 .
I have couple of suggestions to make it clear:
- Your fork was based on older repo revision, so there are some conflicts need to be resolved. You could rebase against master head.
- It seems you have a duplicate copy of
consul.openrc
file at the repo root, that has not been used anywhere.
Also, would you mind to "squash" some commits which contains temporary changes?
This is good StackOverflow question to start with: https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git
No description provided.