Bug #3783
package/sun.rb does not support remote packages
| Status: | Accepted | Start date: | 05/17/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | package | |||
| Target version: | - | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
pkgadd -d has two meanings: Devices or datastreams. In the latter invocation, you can say
{{{ pkgadd -d http://packages.company.com/EXMPLpkg all }}}
And it will pull the stream via HTTP and install it.
Datastreams can also be local, however.
sun.rb needs some way to know we want a datastream instead of a device so it can build the proper command.
History
Updated by Bryan Allen about 2 years ago
In addition to “datastream” (or whatever), it may also be helpful to have a “force” flag. Some packages are (pointlessly) built requiring interactivity. Piping them through yes sorts that out.
Updated by James Turnbull about 2 years ago
- Category set to package
- Status changed from Unreviewed to Accepted