graylog-labs / graylog2-puppet

[DEPRECATED] Puppet module to install and manage a Graylog 1.x system.
https://www.graylog.org/
MIT License
10 stars 28 forks source link

Fixing issue with array of zen unicasts hosts being added to the config file wrong #36

Closed juliovalcarcel closed 8 years ago

juliovalcarcel commented 8 years ago

Fixing a problem where when entering an array of zen unicast hosts it would add them to the server.conf like elasticsearch_discovery_zen_ping_unicast_hosts = ["host1:9300","host2:9300"]

Now it will join the array elements to save it properly in the format

elasticsearch_discovery_zen_ping_unicast_hosts = host1:9300,host2:9300

bernd commented 8 years ago

Thank you! Please note that we started a new puppet module for Graylog 2.0 over at https://forge.puppet.com/graylog/graylog.