-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat(config): Update remove defaults #20
base: master
Are you sure you want to change the base?
Conversation
@kjkeane You are right that chrony is a client first, that's why there aren't any allow rules in the defaults. |
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.
please see comments
pillar.example
Outdated
@@ -4,6 +4,11 @@ chrony: | |||
- '1.centos.pool.ntp.org' | |||
- '2.arch.pool.ntp.org' | |||
- '3.gentoo.pool.ntp.org' | |||
pool: |
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.
nice documentation added
@@ -3,22 +3,30 @@ | |||
# Your changes will be overwritten. | |||
######################################################################## | |||
|
|||
{%- if chrony.ntpservers is defined %} |
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.
this will make it cleaner thanks
b5cab2f
to
d2d5953
Compare
d2d5953
to
6dc4152
Compare
To be merged after #19
This updates some of the default values to match with the current documentation here.
maxupdateskew
to current defaultscommandkey
andgeneratecommandkey
since these was deprecatedmakestep
to current defaultslogchange
to current defaults