library/roles/d4s_user_services_perms/defaults/main.yml, library/roles/ubuntu-deb-general/defaults/main.yml: Fix the same typo, in two different places.

This commit is contained in:
Andrea Dell'Amico 2016-07-28 15:34:55 +02:00
parent 3ca51211af
commit c34cd379db
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ d4science_tomcat_options_files:
limits_nofile_value: 16000
security_limits:
- { domain: '{{ d4science_user }}', l_item: 'nofile', type: 'soft', value: '{{ limits_nofile_value }}' }
- { domain: '{{ d4science_user }}', item: 'nofile', type: 'hard', value: '{{ limits_nofile_value }}' }
- { domain: '{{ d4science_user }}', l_item: 'nofile', type: 'hard', value: '{{ limits_nofile_value }}' }
d4science_manual_tomcat_inst_dir: '{{ d4science_user_home }}/tomcat'
d4science_manual_tomcat_log_dir: '{{ d4science_manual_tomcat_inst_dir }}/logs'

View File

@ -112,7 +112,7 @@ additional_ca_dest_dir: /usr/local/share/ca-certificates
#
default_security_limits:
- { domain: 'root', l_item: 'nofile', type: 'soft', value: '8192' }
- { domain: 'root', item: 'nofile', type: 'hard', value: '8192' }
- { domain: 'root', l_item: 'nofile', type: 'hard', value: '8192' }
#