Issue #11865 has been updated by Kelsey Hightower.

I wonder if we should look in a set of subdirectories by convention to help 
endusers keep things in order:

    package { "foo":
        source => "puppet:///modules/mymodule/foo.pkg",
    }

Would then look in one of the follow subdirectories based on the provider:

    $modulepath/mymodule/packages/{pkgdmg, appdmg, msi, dpkg, rpm, pip, gem} 
----------------------------------------
Feature #11865: Package providers that support a "source" parameter should 
allow for puppet:/// URL sources
https://projects.puppetlabs.com/issues/11865

Author: Nigel Kersten
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


Rather than having to store packages on an http server, it would be 
significantly less friction if we could instead do:

<pre>
package { "foo":
  source => "puppet:///modules/mymodule/foo.pkg",
}
</pre>

The providers that should support this are:

  * pkgdmg
  * appdmg
  * msi
  * dpkg
  * rpm

As well as whatever Solaris providers work this way.





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