Issue #5951 has been updated by Russell Jackson.

#4996 has grown quite a bit since it was submitted. It now fetches and uses the 
package index to resolve port origin -> package name. The git branch from #4996 
is also included by default in the FreeBSD puppet port.

I think what should happen is that "latest" ensure target feature from this 
patch should be added to #4996. But I'm not like biased or anything ;-).
----------------------------------------
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.

Reply via email to