-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Default leapseconds file to /usr/share/zoneinfo/leap-seconds.list on Debian platforms #217
Comments
Apparently Redhat based platforms have their leapseconds file at |
@hrak do you know if this also matches fedora and amazon? There is already a case for this, so i could add it to this when 'rhel', 'fedora', 'amazon' |
Updated readme this cookbook only supports Chef 15.5+ Since Debian Bookworm the NTP user is ntpsec (i expect Debian will continue to use this in all later versions) For Debian / RedHat based OS'es there is a leap-second file, prefer using this. # Issues Resolved - Readme #230 - bookworm #234 #224 - leap-second file #217 --------- Co-authored-by: Dan Webb <[email protected]>
Closed via #242 |
👻 Brief Description
This cookbook currently supplies its own (constantly expired) leapseconds file without a way of overriding the cookbook file in a wrapper cookbook. Debian based distro's already have an up-to-date file in
/usr/share/zoneinfo/leap-seconds.list
supplied and automatically updated by the tzdata package.Please default to that for Debian based platforms, and maybe provide a way for wrapper cookbooks to easily supply their own. It saves you from having to maintain the leapseconds file in this cookbook.
I am aware that you can use a leapseconds mirror, but currently this cookbook defaults to an expired leapseconds file.
🥞 Cookbook version
3.12.4
👩🍳 Chef-Infra Version
17.10.3
🎩 Platform details
Operating system distribution and release version. Cloud provider if running in the cloud.
Ubunu 22.04
The text was updated successfully, but these errors were encountered: