Issue #8933 has been updated by Jeremy Orem.

Right now it is possible to install an rpm from a url without any validation 
e.g.,

    'testrpm':
        source => 'http://test.com/testrpm-0.1-2.el6.x86_64.rpm',
        provider => 'rpm',
        ensure => present;

If it isn't a concern for the rpm provider do we need to be concerned about it 
for the pip provider?
----------------------------------------
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