-
Notifications
You must be signed in to change notification settings - Fork 328
update support for Ubuntu 24.04 #726
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
base: main
Are you sure you want to change the base?
Conversation
relying on Ubuntu full containing the month number works fine for specific versions, but makes it hard to use versioncmp. this patch does not change behaviour
data/Debian-12.yaml
Outdated
ntp::package_name: | ||
- ntpsec | ||
ntp::config: '/etc/ntpsec/ntp.conf' | ||
|
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 remove the empty line
93a178a
to
971d9e8
Compare
both of these have "ntp" as a transitional package which installs "ntpsec", but setting package_name explicitly is cleaner and allows easier keying of how to configure the system.
9f286ec
to
b432117
Compare
I don't think the failing tests are something I can fix? I don't see any action points, at least. please let me know if there is something I can do. |
On my ubuntu 24.04 server I also needed to update the driftfile location due to new AppArmor rules: ntp::driftfile: '/var/lib/ntpsec/ntp.drift' |
Summary
Ubuntu 24.04 uses the ntpsec package to manage the ntp service.
Additional Context
Add any additional context about the problem here.
Related Issues (if any)
Mention any related issues or pull requests.
Checklist
puppet apply
)