Skip to content

Commit 64cd92c

Browse files
author
Jordan MARTIN
committed
fix
1 parent 4c1eb9d commit 64cd92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@
358358
Hash $cluster = $rabbitmq::cluster,
359359
Enum['ram', 'disc'] $cluster_node_type = 'disc',
360360
Array $cluster_nodes = [],
361-
String $config
362-
Hash $config_cowboy_opts = {}, = 'rabbitmq/rabbitmq.config.epp',
361+
String $config = 'rabbitmq/rabbitmq.config.epp',
362+
Hash $config_cowboy_opts = {},
363363
Boolean $config_cluster = false,
364364
Stdlib::Absolutepath $config_path = '/etc/rabbitmq/rabbitmq.config',
365365
Boolean $config_ranch = true,

0 commit comments

Comments
 (0)