Issue #8933 has been updated by Joe Stevensen.

So you can put an rpm in a url and puppet will just grab it and install it too? 
Why would you *want* this? 
----------------------------------------
Feature #8933: Package Provider: pip - allow installation from URL
https://projects.puppetlabs.com/issues/8933

Author: Jeremy Orem
Status: In Topic Branch Pending Review
Priority: Normal
Assignee: Jeremy Orem
Category: provider
Target version: 
Affected Puppet version: 2.7.1
Keywords: 
Branch: 


Right now there isn't a good way to install a pip package from source. I want 
to be able to do something like this:

    package {
        "ircutils":
            ensure => 'present',
            source => 
'http://dev.guardedcode.com/download/ircutils/0.1.3/ircutils-0.1.3.tar.gz',
            provider => 'pip';
    }

I've attached a patch which allows specifying a package URL in source.


-- 
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