Issue #11865 has been updated by Charlie Sharpsteen. Status changed from Accepted to Duplicate
Closing as a duplicate of #4074. ---------------------------------------- Feature #11865: Package providers that support a "source" parameter should allow for puppet:/// URL sources https://projects.puppetlabs.com/issues/11865#change-88007 * Author: Nigel Kersten * Status: Duplicate * Priority: Normal * Assignee: * Category: package * Target version: 3.x * 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
