Jesse Pendergrass 2 years ago
parent
commit
17110cbee8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/system/user.sls

+ 1
- 1
linux/system/user.sls View File

{%- if user.gid is defined and user.gid %} {%- if user.gid is defined and user.gid %}
- gid: {{ user.gid }} - gid: {{ user.gid }}
{%- else %} {%- else %}
- gid_from_name: true
- gid: {{ name }}
{%- endif %} {%- endif %}
{%- if user.groups is defined %} {%- if user.groups is defined %}
- groups: {{ user.groups }} - groups: {{ user.groups }}

Loading…
Cancel
Save