You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use this module on freeBSD 14, where there is no pkg repo (you can build pkg from ports, which I've done, and my system is in an "installed" state, but I'd like this module to take over).
In puppet 7 with r10k and pluginsync, we get the following failures:
Error: Could not autoload puppet/provider/package/portsng: cannot load such file -- puppet/util/ptomulik/package/ports
Error: Facter: error while resolving custom facts in /var/puppet/lib/facter/package_provider.rb Could not autoload puppet/provider/package/portsng: cannot load such file -- puppet/util/ptomulik/package/ports
Error: Could not autoload puppet/provider/package/portsng: cannot load such file -- puppet/util/ptomulik/package/ports
Error: Failed to apply catalog: Parameter provider failed on Package[zsh]: Could not autoload puppet/provider/package/portsng: cannot load such file -- puppet/util/ptomulik/package/ports (file: /usr/local/etc/puppet/code/environments/ports/modules/nnn_pkg/manifests/zsh.pp, line: 9)
Well, AFAIR, if the module is installed from puppetforge, additional modules should be installed as dependencies: ptomulik/portsutil and ptomulik/backports. The files, you mentioned, shall be provided by ptomulik/portsutil.
I am attempting to use this module on freeBSD 14, where there is no pkg repo (you can build pkg from ports, which I've done, and my system is in an "installed" state, but I'd like this module to take over).
In puppet 7 with r10k and pluginsync, we get the following failures:
It looks like this is due to the hardcoded:
require 'puppet/util/ptomulik/package/ports'
require 'puppet/util/ptomulik/package/ports/options'
And these paths do not exist in /var/puppet (I'm not sure if something should create them).
The text was updated successfully, but these errors were encountered: