Back to Chef Integrations
Handler · Version 1

Chef Remove Recipe from Run List Chef

Download GitHub

About

This handler removes a recipe from a run list in Chef in a particular node. Upon removing the recipe from a run list, your response will return with the nodes information, including the run-list.

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 to the Chef organization https://api.opscode.com/organizations/ORGANIZATION
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Recipe Name Name of the recipe you wish to remove. my_cookbook
Node Name Name of the node you wish to remove recipe from. test_node
Changelog

Chef Remove Recipe from 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