Issue #5951 has been updated by Matt Robinson.
Thanks for the update Russell. Ross, if you could comment on Russell's proposal to merge the feature from this ticket and branch into the branch from #4996 that would be great. ---------------------------------------- Feature #5951: Freebsd Package Manager rewrite (as fbsd) https://projects.puppetlabs.com/issues/5951 Author: Ross West Status: Ready For Testing Priority: Normal Assignee: Category: FreeBSD Target version: Statler Affected Puppet version: Keywords: package provider, freebsd, ports Branch: http://github.com/westr/puppet/tree/feature/master/5951 A re-write of the Freebsd package manager (freebsd.rb) to fix a couple of things (package file source selection, etc) and support upgrading of packages - all using only base OS tools. This manager does not compile ports, and only works on .tbz package files. Features: installable, uninstallable, upgradeable. Notes: * :name - must be the "port origin", not the package (short) name. * :source - must be the specific local file or URL to path Configuration example: package { "shells/bash": provider => fbsd, alias => bash, source => "/path/to/local/package.tbz" ensure => latest, } -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
