From cb5d0c7b7bd8095258de7a13c1991e6cc4df4071 Mon Sep 17 00:00:00 2001 From: Kannan Manickam Date: Wed, 9 Apr 2014 00:11:29 -0700 Subject: [PATCH] Minor README edits + description update. --- README.md | 7 +++---- metadata.rb | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd2f1be..cade479 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/metadata.rb b/metadata.rb index 1606b19..85241f6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -2,6 +2,6 @@ maintainer 'Kannan Manickam' maintainer_email 'me@arangamani.net' 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'