We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1eb9d commit 64cd92cCopy full SHA for 64cd92c
manifests/init.pp
@@ -358,8 +358,8 @@
358
Hash $cluster = $rabbitmq::cluster,
359
Enum['ram', 'disc'] $cluster_node_type = 'disc',
360
Array $cluster_nodes = [],
361
- String $config
362
- Hash $config_cowboy_opts = {}, = 'rabbitmq/rabbitmq.config.epp',
+ String $config = 'rabbitmq/rabbitmq.config.epp',
+ Hash $config_cowboy_opts = {},
363
Boolean $config_cluster = false,
364
Stdlib::Absolutepath $config_path = '/etc/rabbitmq/rabbitmq.config',
365
Boolean $config_ranch = true,
0 commit comments