Feature #8186
actions should be able to read node lists from stdin
| Status: | Accepted | Start date: | 06/30/2011 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | cloudpack | Spent time: | - | |
| Target version: | - | |||
| Keywords: | Roadmapped: | No | ||
| Branch: | ||||
Description
Overview¶
It would be nice to be able to carry out actions such as destroy on a list of nodes read and parsed from standard input.
Related to #8185, the listing output should be able to be fed into these actions such that the action is done in batch.
For example
puppet node list --all | puppet node destroy
Or:
puppet node list --all | puppet node install
Related issues
History
#1
Updated by Jeff McCune almost 2 years ago
- Priority changed from Normal to Low
#2
Updated by James Turnbull almost 2 years ago
- Status changed from Unreviewed to Accepted
#3
Updated by Nigel Kersten almost 2 years ago
- Category set to cloudpack