Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 127 forks source link

/etc/sysconfig/graylog-server should hold the startup parameters on RHEL #58

Closed bbaassssiiee closed 7 years ago

bbaassssiiee commented 7 years ago

/etc/default/graylog-server and /etc/sysconfig/graylog-server serve the same purpose. On Centos7 the first is not read during startup, so I added an action for ansible_os_family == 'RedHat'. The other action for /etc/default is now scoped to ansible_os_family == 'Debian'.

mariussturm commented 7 years ago

Thank you!