From c6d8aac08c21eeaa31ca6faa2b284e9ceaa681f1 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Tue, 2 Dec 2014 15:48:01 -0700 Subject: [PATCH] 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'