Skip to content

Commit 9c837d8

Browse files
author
JJ Asghar
committed
Merge branch 'wenchma-issues/259'
2 parents 3afbb12 + 4480a86 commit 9c837d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def format_ssl_versions
4444
end
4545

4646
def format_ssl_ciphers
47-
Array(node['rabbitmq']['ssl_ciphers']).map { |n| "{#{n}}" }.join(',')
47+
Array(node['rabbitmq']['ssl_ciphers']).map { |n| "'#{n}'" }.join(',')
4848
end
4949
end
5050
end

0 commit comments

Comments
 (0)