Back to Chef Integrations
Handler · Version 1

Chef Cookbook Delete Chef

Download GitHub

About

To delete a cookbook from the Chef server, the handler uses Chef's REST API. The handler first retrieves the users private key from the specified location so that it can then be used to sign the REST request. The handler then uses the inputted cookbook name and version to delete the cookbook.

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
Cookbook Name Name of the cookbook to be deleted. my_cookbook
Cookbook Version Version of the cookbook to be deleted. 0.1
Changelog

Chef Cookbook Delete (2017-06-19)

  • Initial version. See README for details.
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