Issue #21930 has been updated by Andrew Parker.
Released in 3.3.0 ---------------------------------------- Feature #21930: Enchance OpenBSD pkg.conf handling https://projects.puppetlabs.com/issues/21930#change-99591 * Author: Jasper Lievisse Adriaanse * Status: Closed * Priority: Normal * Assignee: * Category: package * Target version: 3.3.0 * Affected Puppet version: 3.2.3 * Keywords: openbsd package * Branch: https://github.com/puppetlabs/puppet/pull/1798 ---------------------------------------- OpenBSD's pkg.conf handling has been committed to Puppet earlier this year. In the meantime OpenBSD's pkg tools have been able to parse '+=' lines, meaning that the installpath lines will all be appended to PKG_PATH. I've opened a pull request (https://github.com/puppetlabs/puppet/pull/1798) which adds this behaviour to the package provider. While here, I've moved the parsing of pkg.conf out of the _install_ method and into it's own method. This was done so it's easier to re-use the pkg.conf parsing elsewhere too (which will be used when :upgradeable gets implemented). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
