chef

https://github.com/opscode/chef

Ruby

A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.

Chef::Provider::Deploy#release_deleted

Note that YOU are responsible for using appropriate whyrun nomenclature
Override if you need to keep state externally.
Note that YOU are responsible for implementing whyrun-friendly behavior
in any actions you take in this callback.

Source | Google | Stack overflow

Edit

git clone [email protected]:opscode/chef.git

cd chef

open lib/chef/provider/deploy.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Chef--Provider--Deploy-release_deleted-for-pr


# Commit to git

git add lib/chef/provider/deploy.rbgit commit -m "better docs for Chef::Provider::Deploy#release_deleted"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Chef--Provider--Deploy-release_deleted-for-pr

hub pull-request


# Celebrate!