voxpupuli / puppet-pkgng

A Puppet package provider for FreeBSD's PkgNG package manager.
https://forge.puppet/com/puppet/pkgng
Apache License 2.0
39 stars 33 forks source link

Add support for `https` mirror type #139

Closed denzill closed 1 month ago

denzill commented 1 month ago

Pull Request (PR) description

Added HTTPS mirror type

smortex commented 1 month ago

REFERENCE.md is outdated

Please update REFERENCE.md with

$ bundle exec rake strings:generate:reference

Add it to the PR and CI should continue.

smortex commented 1 month ago

Also, are you sure about this :thinking:? The master branch of pkg still seems to only provide:

https://github.com/freebsd/pkg/blob/1da675e430e786b5fdb8fb5d26332a012014be9f/libpkg/pkg.h.in#L350-L354

denzill commented 1 month ago

Also, are you sure about this 🤔? The master branch of pkg still seems to only provide:

https://github.com/freebsd/pkg/blob/1da675e430e786b5fdb8fb5d26332a012014be9f/libpkg/pkg.h.in#L350-L354

Yes, this is my mistake.