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

Update ntp.conf.epp #392

Merged
merged 1 commit into from
Jul 10, 2017
Merged

Update ntp.conf.epp #392

merged 1 commit into from
Jul 10, 2017

Conversation

bojleros
Copy link
Contributor

When using multiple aruguments for tos option there was a whitespace missing between an argument value and a next argument keyword. As a result ntp service is not configured as expected and systemctl status ntpd will return errors.

So after this commit we should se this diff when running puppet agent -t:
-tos minclock 4minsane 4floor ...
+tos minclock 4 minsane 4 floor ...

Regards,
Bart

When using multiple aruguments for tos option there was a whitespace missing between an argument value and a next argument keyword
@tphoney
Copy link
Contributor

tphoney commented Jul 10, 2017

@bojleros thanks for the change. looks legit 👍

@tphoney tphoney merged commit d6f0974 into puppetlabs:master Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants