Skip to content

Commit

Permalink
Adds clarification that epel is required
Browse files Browse the repository at this point in the history
Resolves issue MODULES-1419
On Centos, you will get an error if epel isn't present. Clarifies this in the documentation.
  • Loading branch information
spuder committed Dec 2, 2014
1 parent a53e0c2 commit c6d8aac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c6d8aac

Please sign in to comment.