From 9afeb1db5758269439ecb14b82abc4a2201c8514 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 16 Aug 2014 10:13:11 -0400 Subject: [PATCH] Updated to v1.1.0 --- Modulefile | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index a3a619958f..57e3f74393 100644 --- a/Modulefile +++ b/Modulefile @@ -1,4 +1,4 @@ -version '1.0.0' +version '1.1.0' name 'sensu-sensu' license 'MIT' summary 'A module to intall the Sensu monitoring framework' diff --git a/README.md b/README.md index 089971ab84..32b008bba2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Tested with Travis CI [![Build Status](https://travis-ci.org/sensu/sensu-puppet.png)](https://travis-ci.org/sensu/sensu-puppet) ## Upgrade note + Versions prior to 1.0.0 are incompatible with previous versions of the Sensu-Puppet module. @@ -13,10 +14,13 @@ Sensu-Puppet module. $ puppet module install sensu/sensu ## Prerequisites + - Redis server and connectivity to a Redis database - RabbitMQ server, vhost, and credentials +- Ruby JSON library or gem ### Dependencies + - puppetlabs/apt - puppetlabs/stdlib @@ -248,7 +252,6 @@ service management functions like so: sensu::manage_services: false - ## Including Sensu monitoring in other modules There are a few different patterns that can be used to include Sensu