From 7d14bac25c0f584a8c3b25624820c9c6756a2299 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Thu, 4 Dec 2014 12:06:25 -0800 Subject: [PATCH] Docs fixes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab54200fa..3008cd8c3 100644 --- a/README.md +++ b/README.md @@ -427,8 +427,8 @@ rabbitmq_policy { 'ha-all@myhost': applyto => 'all', definition => { 'ha-mode' => 'all', - 'ha-sync-mode' => 'automatic' - } + 'ha-sync-mode' => 'automatic', + }, } ``` @@ -445,13 +445,14 @@ rabbitmq_plugin {'rabbitmq_stomp': ##Limitations This module has been built on and tested against Puppet 2.7 and higher. +Puppet 2.7 support is slated for removal at the next major version. The module has been tested on: * RedHat Enterprise Linux 5/6 * Debian 6/7 * CentOS 5/6 -* Ubuntu 12.04 +* Ubuntu 12.04/14.04 Testing on other platforms has been light and cannot be guaranteed.