puppet-pkgng icon indicating copy to clipboard operation
puppet-pkgng copied to clipboard

A Puppet package provider for FreeBSD's PkgNG package manager.

Results 2 puppet-pkgng issues
Sort by recently updated
recently updated
newest added

Hi, I get the following dependency cycles when using this in conjunction with [theforeman/puppet-dhcp](https://github.com/theforeman/puppet-dhcp/): ``` Error: Found 1 dependency cycle: (Exec[pkg update] => Package[isc-dhcp44-server] => File[/usr/local/etc] => File[/usr/local/etc/pkg.conf] => Exec[pkg...

For system with lot of packages execution of: https://github.com/xaque208/puppet-pkgng/blob/2.1.1/lib/facter/pkg_updates.rb#L8: ``` 50338 1 S 0:00.01 /usr/sbin/pkg version -ql< 50339 1 D 0:00.12 /usr/sbin/pkg version -ql< ``` for **pkg_has_updates** facts always lock...