From b906113012c90aa665e2fbd9391f48a20574846b Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Sun, 15 Jul 2012 22:37:43 -0700 Subject: [PATCH] I suppose updating the README is helpful. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 955e2a3..7203bc2 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ A Puppet report handler for sending notifications of failed runs to growl. Requirements ------------ -* `ruby-growl` +* `ruby_gntp` * `puppet` Installation & Usage -------------------- -1. Install the `ruby-growl` gem on your Puppet master +1. Install the `ruby_gntp` gem on your Puppet master - $ sudo gem install ruby-growl + $ sudo gem install ruby_gntp 2. Install puppet-growl as a module in your Puppet master's module path.