Layer / Attribute / default_recipes
default_recipes#
- OpsWorks.Layer.default_recipes#
- (dict) – - OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, OpsWorks Stacks runs a set of standard recipes for each event. You can also provide custom recipes for any or all layers and events. OpsWorks Stacks runs custom event recipes after the standard recipes. - LayerCustomRecipesspecifies the custom recipes for a particular layer to be run in response to each of the five events.- To specify a recipe, use the cookbook’s directory name in the repository followed by two colons and the recipe name, which is the recipe’s file name without the - .rbextension. For example:- phpapp2::dbsetupspecifies the- dbsetup.rbrecipe in the repository’s- phpapp2folder.- Setup (list) – - An array of custom recipe names to be run following a - setupevent.- (string) – 
 
- Configure (list) – - An array of custom recipe names to be run following a - configureevent.- (string) – 
 
- Deploy (list) – - An array of custom recipe names to be run following a - deployevent.- (string) – 
 
- Undeploy (list) – - An array of custom recipe names to be run following a - undeployevent.- (string) – 
 
- Shutdown (list) – - An array of custom recipe names to be run following a - shutdownevent.- (string) –