Graylog2 / graylog-ansible-role

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

Updating mongodb.conf template to make it work on RedHat derivatives as well #168

Closed silveraid closed 3 years ago

silveraid commented 3 years ago

Hi,

The role currently deploys a mongodb.conf file which does not work on CentOS or any other RedHat derivatives, nor on RedHat itself.

In this PR mongodb.conf's template have been updated with matching configuration from the original rpm config file to ensure that the role works on RedHat (and derivatives) as well.

[https://github.com/mongodb/mongo/blob/master/rpm/mongod.conf#L21]()

Thanks, Frank

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

silveraid commented 3 years ago

Travis is just horrible, I will try to restart the job again later :-(

silveraid commented 3 years ago

Also added the fix for the mongodb test case on Ubuntu 20.04 so that the CI can pass the change.

malcyon commented 3 years ago

Thanks for cleaning that up, @silveraid!