Puppet Version: 5.5.18 Puppet Server Version: 5.5.18 OS Name/Version: FreeBSD 12.1
The pkgng provider does not support install_options
Desired Behavior:
package
Notice: /Stage[main]/Mymodule::Install/Package[mypackage]/ensure: created
Actual Behavior:
Error: Could not update: Execution of '/usr/local/sbin/pkg add -q https://my.downloadsite.com/mypackage-freebsd-11.1-amd64.txz' returned 70: pkg: wrong architecture: FreeBSD:11:amd64 instead of FreeBSD:12:amd64
I provided a fix in this pr: #8053