Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify ES configuration for OSes with systemd #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Specify ES configuration for OSes with systemd #38

wants to merge 2 commits into from

Conversation

tobywf
Copy link

@tobywf tobywf commented Jun 23, 2017

On systems with systemd, system limits must be specified via a systemd service file. This PR adds that. The service file is only created if elasticsearch.systemd is specified.

I tried to use file.serialize with an ini formatter, but that doesn't maintain the case of the keys, and systemd is case sensitive. So I used a jinja template.

Let me know anything needs fixing.

Copy link

@kartnico kartnico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have the same problem in Travis CI kitchen for my PR.

Regards,

Nicolas

@aboe76
Copy link
Member

aboe76 commented Nov 20, 2017

@tobywf , could you add some pillar.example configuration for this adddition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants