Public bug reported: currently, we set an environment variable in OpenBSD's _get_pkg_cmd_environ():
e[PKG_PATH"] = "ftp://ftp.openbsd.org/pub/OpenBSD/{os_release}/packages/{os_arch}/" maybe we can set this to HTTPS? otoh,it doesn't seem to make a difference to pkg_add at all, so we can just scrap the function. ** Affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1991567 Title: OpenBSD: migrate PKG_PATH from ftp to https Status in cloud-init: New Bug description: currently, we set an environment variable in OpenBSD's _get_pkg_cmd_environ(): e[PKG_PATH"] = "ftp://ftp.openbsd.org/pub/OpenBSD/{os_release}/packages/{os_arch}/" maybe we can set this to HTTPS? otoh,it doesn't seem to make a difference to pkg_add at all, so we can just scrap the function. To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1991567/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

