#1187: FreeBSD's pkg_add requires -r and $PACKAGESITE in openbsd package 
provider
--------------------+-------------------------------------------------------
Reporter:  trombik  |        Owner:  community 
    Type:  defect   |       Status:  new       
Priority:  normal   |    Component:  library   
 Version:  0.24.4   |     Severity:  normal    
Keywords:  FreeBSD  |        Stage:  Unreviewed
   Patch:  None     |   Complexity:  Unknown   
--------------------+-------------------------------------------------------
 With this patch, the following code works as expected.

 {{{
 package { "foo":
   source =>
 "ftp://example.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/";,
   ensure => installed,
   provider => "freebsd"
 }
 }}}

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1187>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
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