Issue #22021 has been reported by Jasper Lievisse Adriaanse. ---------------------------------------- Feature #22021: Implement (un)install_options feature for OpenBSD package provider https://projects.puppetlabs.com/issues/22021
* Author: Jasper Lievisse Adriaanse * Status: Unreviewed * Priority: Normal * Assignee: * Category: package * Target version: 3.x * Affected Puppet version: 3.2.3 * Keywords: * Branch: ---------------------------------------- Currently the OpenBSD package provider lacks support for passing any options to pkg_add(8). This prevents users from installing packages into a location different than /usr/local, because one has to pass a flag to pkg_add. I've implemented install_options along with uninstall_options. Since a nil value for @resource[:install_options] is handled just fine I didn't do any further validation and just pushed the value to the command to be ran. -- 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.
