-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
add bindaddress option #110
add bindaddress option #110
Conversation
I realize the integration tests are failing for CentOS. I believe they are actually failing currently on your existing master branch as well (despite the passing badge); when I made a trivial change to README.md in my fork and had it run the test suite, it failed with the exact same errors this branch does. You can see these results in the details linked from https://github.com/jhunt-steds/puppet-chrony/pull/2/checks . In case this is useful information, I ran the tests locally as well, using the instructions for Beaker and Docker at https://github.com/voxpupuli/puppet-chrony/blob/679302f6ff7f13a196e26c23492a08259158922c/.github/CONTRIBUTING.md#unit-tests-in-docker . I ran into the issue that the If I'm way off on this or I've done something incorrectly I beg your patience; this is the first time I've done something like this. I would be happy to provide any more information I can or make any needed changes. Thanks! |
+1 |
I've updated my PR to use |
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.
Looks great!
@jhunt-steds CI should be fixed in master. Can you please rebase on top of it and force push to update this PR? |
@smortex I hope I've done the right thing here--I don't have much experience with the |
Weird, your commits appear twice and other commits are listed by GitHub… meh… Let's fix this :-)
This will show up your editor with all commits between
Just remove the first 3 lines or the last 3 lines, save and quit. Git will remove these commits from history and the rebase should succeed! If so, then proceed: if you |
I followed your instructions exactly. Thanks for the step-by-step guide! |
Thanks! |
Thank you! |
Pull Request (PR) description
Add the
bindaddress
configuration option to chrony.conf.This will allow users to specify an IP address on an interface on which chronyd should listen.
This Pull Request (PR) fixes the following issues
n/a