Skip to content

Commit

Permalink
Minor README edits + description update.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Apr 9, 2014
1 parent 1baa723 commit cb5d0c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ possible features proposed but it covers most use cases for the feature. There a
on in the proposal on how do certain things. This cookbook will help playing with the feature and proposing changes to
the RFC.

Follow this [blog post] for seeing this in action.

[on_failure Chef RFC]: https://github.com/opscode/chef-rfc/blob/sethvargo/on_failure/on_failure.md
[discussions]: https://github.com/opscode/chef-rfc/pull/1
[blog post]: http://blog.arangamani.net/blog/2014/04/08/chef-on-failure-handler/

# Requirements

Expand Down Expand Up @@ -118,10 +121,6 @@ This cookbook has a `Vagrantfile` that can be used to provision a virtual machin
The sample cookbook has recipes for each use cases explained in the Usage section. Just pick any recipe, put it in
the runlist of the virtualmachine and provision it to see it in action.

Follow this [blog post] for seeing this in action.

[blog post]: http://blog.arangamani.net/blog/2014/04/08/chef-on-failure-handler/

# Attributes

There are no attributes in this cookbook.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
maintainer 'Kannan Manickam'
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs/Configures on_failure'
description 'A proof of concept cookbook for the on_failure Chef RFC'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'

0 comments on commit cb5d0c7

Please sign in to comment.