Skip to content

Commit

Permalink
Merge pull request #789 from tobixen/issue_788
Browse files Browse the repository at this point in the history
Slightly improved documentation of the ensure_repos parameter.
  • Loading branch information
wyardley authored Apr 3, 2019
2 parents 7613f08 + 00c7060 commit dd996ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@
# @param repos_ensure
# Ensure that a repo with the official (and newer) RabbitMQ package is configured, along with its signing key.
# Defaults to false (use system packages). This does not ensure that soft dependencies (like EPEL on RHEL systems) are present.
# It also does not solve the erlang dependency. See https://www.rabbitmq.com/which-erlang.html for a good breakdown of the
# different ways of handling the erlang deps. See also https://github.com/voxpupuli/puppet-rabbitmq/issues/788
# @param service_ensure
# The state of the service.
# @param service_manage
Expand Down

0 comments on commit dd996ab

Please sign in to comment.