Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Unknown
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Chef Client, Chef Solo
-
Labels:None
Description
Rather than requiring a JSON file be created and passed with -j, it would be nice to have a -r / --run-list to pass the run list as a command-line option. Functionally this would be similar to using a -j JSON file with contents like:
{ "run_list": [...] }
Issue Links
Activity
Bryan McLellan [Opscode]
made changes -
Bryan McLellan [Opscode]
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Duplicate [ 3 ] |
Bryan McLellan [Opscode]
made changes -
Bryan McLellan [Opscode]
made changes -
| Workflow | jira [ 12978 ] | New OSS [ 19936 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | New OSS [ 19936 ] | OSS: Product Management [ 27848 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
507d 20h 40m | 1 | Bryan McLellan [Opscode] | 14/Aug/12 6:07 PM |
`chef-solo -r` is `chef-solo --recipe-url`. It could be possible to make -r also accept recipe filename. Not a full run-list, but I shouldbe enough for 90% of use cases.