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.

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