puppetlabs / puppetlabs-package

A Puppet Task module, for package.
Apache License 2.0
9 stars 25 forks source link

Expose package manager options to task #265

Closed MartyEwings closed 3 years ago

MartyEwings commented 3 years ago

Prior to this commit, there was no way to pass options to the package manager, this adds an optional parameter called "manager_options" which is conditionally added to the options() array should it be populated

daianamezdrea commented 3 years ago

Hi @MartyEwings this looks good for me, thank you!