sls/users/init.sls: gid_from_name param was removed;

This commit is contained in:
Antsiferov Grigory 2016-09-18 12:52:26 +03:00
parent a7c4240ebf
commit c47f74f830

View File

@ -10,8 +10,6 @@
{% endif %}
{% if data.get('gid', False) != False %}
- gid: {{ data['gid'] }}
{% else %}
- gid_from_name: True
{% endif %}
- home: "{{ homedir }}"
- createhome: {{ data.get('createhome', True) }}