From 8bdd9c6cc0853755e8a31c37b5117e379e34c313 Mon Sep 17 00:00:00 2001 From: Kannan Manickam Date: Wed, 30 Oct 2013 16:20:43 -0700 Subject: [PATCH] Updated the description of the cookbook --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index b3a88c2..e8fe7b3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -2,7 +2,7 @@ maintainer 'RightScale, Inc.' maintainer_email 'cookbooks@rightscale.com' license 'Apache 2.0' -description 'Installs/Configures marker' +description 'Provides a way to create a visual marker in the Chef log based on a template.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '1.0.0'