mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
sls/users/init.sls: gid_from_name param was removed;
This commit is contained in:
parent
a7c4240ebf
commit
c47f74f830
@ -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) }}
|
||||
|
Loading…
Reference in New Issue
Block a user