Skip to content

Commit

Permalink
Merge pull request #65 from basho-labs/bch-update-debian-ulimits
Browse files Browse the repository at this point in the history
Set the riak ulimit for all OSes of the Debian family
  • Loading branch information
christophermancini authored Feb 14, 2017
2 parents ea20fff + bd506b1 commit f295cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- name: Set the riak ulimit for Debian
copy: src=etc_security_limits.d_riak.conf dest=/etc/security/limits.conf
tags: Debian
when: 'ansible_distribution == "Debian"'
when: 'ansible_os_family == "Debian"'

- name: Set the riak ulimit for Ubuntu Trusty
copy: src=etc_default_riak_ulimit dest=/etc/default/riak owner=riak group=riak
Expand Down

0 comments on commit f295cff

Please sign in to comment.