Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9.14
-
Fix Version/s: 0.10.10
-
Component/s: Chef Client
-
Labels:None
Description
It would be nice to specify a default action in a cookbook LWRP.
In 'regular' chef resources in the library, the @action value can do this. Something like:
actions :build, :install => :default, :remove
Activity
Daniel DeLeo
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 0.9.14 [ 10083 ] | |
| Fix Version/s | 0.9.12 [ 10082 ] |
Avishai Ish-Shalom
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Adam Jacob [ adam ] | |
| Resolution | Fixed [ 1 ] |
Seth Chisamore
made changes -
| Assignee | Adam Jacob [ adam ] | Daniel DeLeo [ dan@kallistec.com ] |
| Fix Version/s | 0.9.14 [ 10083 ] | |
| Affects Version/s | 0.9.14 [ 10083 ] | |
| Triage Status | [Triaged] |
Bryan McLellan [Opscode]
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Daniel DeLeo [ dan@kallistec.com ] |
Michael Leinartas
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Assignee | Bryan McLellan [ btm ] | |
| Resolution | Fixed [ 1 ] |
Bryan McLellan [Opscode]
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Fix Version/s | 0.10.10 [ 10702 ] |
Bryan McLellan [Opscode]
made changes -
| Component/s | Chef Client [ 10000 ] | |
| Component/s | Resources [ 10004 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | jira [ 12454 ] | New OSS [ 19724 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | New OSS [ 19724 ] | OSS: Product Management [ 27635 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
111d 19h 53m | 1 | Avishai Ish-Shalom | 09/Feb/11 4:06 PM | |||||
|
159d 22h 58m | 1 | Bryan McLellan [Opscode] | 19/Jul/11 3:04 PM | |||||
|
136d 16h 17m | 1 | Michael Leinartas | 03/Dec/11 7:21 AM | |||||
|
104d 14h 14m | 1 | Bryan McLellan [Opscode] | 16/Mar/12 9:35 PM |
https://github.com/avishai-ish-shalom/chef/tree/CHEF-1789
actions :create, :delete, :default => :create:default => :action options Hash must be the last argument.