puppet-gluster icon indicating copy to clipboard operation
puppet-gluster copied to clipboard

Use structured-facts for array values instead of joining them by ,

Open coder-hugo opened this issue 7 years ago • 6 comments

This PR converts all custom facts that contain array values from string to structured-facts. Btw. this PR will conflict with #118 as both are touching line 31 of lib/facts/gluster.rb. This PR just touches this line as the peer_list fact is already joined within the "calculation" code and not like for the others in the Facter.add section. If #118 will be merged first I'll rebase the PR and fix the merge conflict.

coder-hugo avatar May 04 '17 12:05 coder-hugo