Merge "Move the limits.conf template to limits.d" into stable/newton

This commit is contained in:
Jenkins 2017-01-30 17:38:30 +00:00 committed by Gerrit Code Review
commit 82135ae891
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
---
other:
- The limits.conf file for galera servers will now be
deployed under ``/etc/security/limits.d/99-limits.conf``.
This is being done to ensure our changes do not clobber
existing settings within the system's default
``/etc/security/limits.conf`` file when the file is
templated.

View File

@ -86,7 +86,7 @@
- name: Drop limits config (upstart)
template:
src: "upstart.limits.conf.j2"
dest: "/etc/security/limits.conf"
dest: "/etc/security/limits.d/99-limits.conf"
when:
- ansible_service_mgr != 'systemd'
notify: