Issue #22021 has been updated by Adrien Thebo.

Status changed from In Topic Branch Pending Review to Merged - Pending Release
Target version changed from 3.x to 3.3.0

Merged into master in 3ee62ab; this should be released in 3.3.0.

----------------------------------------
Feature #22021: Implement (un)install_options feature for OpenBSD package 
provider
https://projects.puppetlabs.com/issues/22021#change-96455

* Author: Jasper Lievisse Adriaanse
* Status: Merged - Pending Release
* Priority: Normal
* Assignee: 
* Category: package
* Target version: 3.3.0
* Affected Puppet version: 3.2.3
* Keywords: 
* Branch: https://github.com/puppetlabs/puppet/pull/1816
----------------------------------------
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.

Reply via email to