The action
method is used to define a list of actions that are available to be used in a recipe. Each action must have a corresponding section in a lightweight provider that tells the |chef client| what to do when this action is specified in a recipe. The syntax for the action
method is as follows:
actions :action_name, :action_name
where actions
is a comma-delimited list of individual actions.