Back to Chef Integrations
Handler · Version 1

Chef Add Recipe to Run List Chef

Download GitHub

About

This handler adds a recipe to a run list for a particular node in Chef. If handler is successful, you will receive a JSON response as a return with the nodes information, including the run list array.

Configurations
Name Description Sample
username Username for a Chef User that has Edit permissions on nodes.
private_key A path to the file on the task server or the full copied contents of the private key for the given username. *********
organization_endpoint API Endpoint of organization https://api.opscode.com/organizations/ORGANIZATION
enable_debug_logging enables debug logging No
Parameters
Name Description Sample
Recipe Name Name of the recipe that will be added to the run list. my_recipe
Node Name Name of the node that the recipe will be added to. test-node
Results
Name Description
node_json The JSON Object of the modified Node
Changelog

Chef Add Recipe to Run List (2017-06-12)

  • Initial version. See README for details.
  • Updated to return JSON form attributes
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top