voxpupuli / puppet-elasticsearch

Elasticsearch Puppet module
Apache License 2.0
404 stars 476 forks source link

Enhancement: disable seccomp on EL6 #798

Open faxm0dem opened 7 years ago

faxm0dem commented 7 years ago

It would be very kind of the module to disable the system_call_filter bootstrap check on systems that do not support it: https://github.com/elastic/elasticsearch/issues/22899

The proposed change is to check for kernel version or operatingsystem and and use that in params.pp

tylerjl commented 7 years ago

Gotcha, makes sense. I wonder if there's a comprehensive list of distros that do/do not support the flag, right now it looks like it just needs to be disabled on CentOS/RHEL 6?

faxm0dem commented 7 years ago

At least EL6 yes please