-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Remove hard dependency from apt-transport-https #454
Labels
enhancement
New feature or request
Comments
juniorsysadmin
added
bug
Something isn't working
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Jun 9, 2018
Hi @jkroepke, thanks for raising this issue. Can you provide PR for it? |
@bastelfreak I would like to do but unlike other voxpupuli repositories the process / responsiveness of PR here are way too slow for my taste. Sorry. |
Am I getting hit by this?
|
Related to #285 |
Already resolved by #494 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
puppet-php/manifests/repo/debian.pp
Line 95 in 3e00b52
since apt-transport-https is in Ubuntu 18.04/Debian 10 just a transitional package it isn't mandatory anymore, the
apt-transport-https
dependency should be conditional.Since puppetlabs-apt handle this correctly you should just consume it instead manage it self.
See:
The text was updated successfully, but these errors were encountered: