Issue #5951 has been updated by James Turnbull. Status changed from In Topic Branch Pending Review to Needs Decision Assignee set to Russell Jackson
---------------------------------------- Feature #5951: Freebsd Package Manager rewrite (as fbsd) https://projects.puppetlabs.com/issues/5951#change-54753 Author: Ross West Status: Needs Decision Priority: Normal Assignee: Russell Jackson Category: FreeBSD Target version: 2.7.x 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.
