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

Add deb822 format ppa support on Ubuntu 24.04 #1191

Closed
wants to merge 1 commit into from

Conversation

brunoleon
Copy link

@brunoleon brunoleon commented Jul 2, 2024

Summary

New repo added using add-apt-repository command have a .sources extension (used to be .list)
Without this update, add-apt-repository keeps being called for ppa repo on each Puppet run because if does not look for .sources files

Additional Context

This only covers repo adde using add-apt-repository command

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

New repo are added as .sources files.
Without this update, add-apt-repository keeps being
called for ppa repo on each Puppet run because if does not look
for .sources files
@brunoleon brunoleon requested review from bastelfreak, smortex and a team as code owners July 2, 2024 11:38
@kenyon
Copy link

kenyon commented Jul 2, 2024

Duplicate of #1169.

@brunoleon
Copy link
Author

Sorry I missed #1169 indeed

@brunoleon brunoleon closed this Jul 2, 2024
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