From c6d8aac08c21eeaa31ca6faa2b284e9ceaa681f1 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Tue, 2 Dec 2014 15:48:01 -0700 Subject: [PATCH 1/2] Adds clarification that epel is required Resolves issue MODULES-1419 On Centos, you will get an error if epel isn't present. Clarifies this in the documentation. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebf879083..3a86f4484 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ all features against earlier versions. * rabbitmq configuration file. * rabbitmq service. -###Beginning with rabbitmq +###Beginning with rabbitmq + +If running CentOS/RHEL, ensure the epel repo is present first. ```puppet include '::rabbitmq' From 00503615a9cb2eb330cc2e4ac6f87db298a4ef78 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Mon, 8 Dec 2014 10:14:48 -0700 Subject: [PATCH 2/2] Updates README with epel dependency Issue #260 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a86f4484..95c700f9f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ all features against earlier versions. ###Beginning with rabbitmq -If running CentOS/RHEL, ensure the epel repo is present first. ```puppet include '::rabbitmq' @@ -444,6 +443,9 @@ The module has been tested on: Testing on other platforms has been light and cannot be guaranteed. ### Module dependencies + +If running CentOS/RHEL, and using the yum provider, ensure the epel repo is present. + To have a suitable erlang version installed on RedHat and Debian systems, you have to install another puppet module from http://forge.puppetlabs.com/garethr/erlang with: