-
-
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
Use ntpsec user/group for Ubuntu >= 23.10 #254
base: main
Are you sure you want to change the base?
Conversation
try updating you spec to use ubuntu 24.04 and that should fix the platform version error. |
@Stromweld Fixed tests as you mentioned, also added to changelog |
can you look into the failing integration checks |
I also had to add |
@p8 you think it will solve those integration tests problems? |
@bluemmb I think so. For example the following line complaining about apparmor: |
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.
Does this need a conditional depending on the platform?
Description
Ubuntu is also using ntpsec from verson 23.10 onward.
This PR is a proposal to get aligned with this change.
https://packages.ubuntu.com/mantic/ntp
https://wiki.ubuntu.com/JonathanFerguson/NTP
Check List
## Unreleased
Sorry don't know how to fix the test problem, no platform above the 22.04 listed here: https://github.com/chef/fauxhai/blob/main/PLATFORMS.md
Also will add the docs and changelogs if the changes are ok from your side