Skip to content

Commit

Permalink
Add docs for config_ranch parameter (voxpupuli#719)
Browse files Browse the repository at this point in the history
This adds a note in the README, and adds missing Puppet strings docs in
the main manifest.

See voxpupuli#618 and voxpupuli#621 for more details.
  • Loading branch information
wyardley committed Sep 5, 2018
1 parent fb3d9ed commit ecdb53c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ class { 'rabbitmq':
}
```

For RabbitMQ versions < 3.6.0 (which don't use Ranch), you will need to
manually set `config_ranch` to `false`.

### Environment Variables
To use RabbitMQ Environment Variables, use the parameters `environment_variables` e.g.:

Expand Down
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
# @param config_cluster Enable or disable clustering support.
# @param config_kernel_variables Hash of Erlang kernel configuration variables to set (see [Variables Configurable in rabbitmq.config](#variables-configurable-in-rabbitmq.config)).
# @param config_path The path to write the RabbitMQ configuration file to.
# @param config_ranch When true, suppress config directives needed for older (<3.6) RabbitMQ versions.
# @param config_management_variables Hash of configuration variables for the [Management Plugin](https://www.rabbitmq.com/management.html).
# @param config_stomp Enable or disable stomp.
# @param config_shovel Enable or disable shovel.
Expand Down

0 comments on commit ecdb53c

Please sign in to comment.