Skip to content

Commit

Permalink
Merge pull request #859 from danoe/master
Browse files Browse the repository at this point in the history
remove invalid cluster_node_type 'disk'
  • Loading branch information
wyardley authored Sep 30, 2020
2 parents f6b3a8f + db4a085 commit 1ab58d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
Boolean $admin_enable = true,
Boolean $management_enable = false,
Boolean $use_config_file_for_plugins = false,
Enum['ram', 'disk', 'disc'] $cluster_node_type = 'disc',
Enum['ram', 'disc'] $cluster_node_type = 'disc',
Array $cluster_nodes = [],
String $config = 'rabbitmq/rabbitmq.config.erb',
Boolean $config_cluster = false,
Expand Down

0 comments on commit 1ab58d9

Please sign in to comment.