-
-
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 initstepslew #116
Add initstepslew #116
Conversation
@jasonknudsen CI should be fixed in master. Can you please rebase on top of it and force push to update this PR? |
Oops, conflicts! Let's fix it:
Git will stop after the first commit because of conflicts.
e.g.:
Fix the conflicts by combining the snippets and removing the markers, so that the code looks like what you want, in this example:
do this for all conflicts in all files. When done, add the files, and continue the rebasing operation:
If you fixed the spacing problem, while fixing the conflicts in the first commit, the second commit will be empty after fixing conflicts, and Then you are ready to Thanks! |
…rement of the system clock error at boot time, and to correct the system clock by stepping before normal operation begins
178e07a
to
b5cabfc
Compare
Alright that'll hopefully sort it out, thanks! |
<% if $chrony::initstepslew { -%> | ||
|
||
# Allow chronyd to make a rapid measurement of the system clock error at boot time, | ||
# and to correct the system clock by stepping before normal operation begins. | ||
initstepslew <%= $chrony::initstepslew %> |
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.
The {
/ }
look unbalanced…
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!
Pull Request (PR) description
Add initstepslew parameter which allows chronyd to make a rapid measurement of the system clock error at boot time, and to correct the system clock by stepping before normal operation begins
This Pull Request (PR) fixes the following issues
Adds new functionality to the module that wasn't available