소스 검색

change logic when I define user.gid

pull/170/head
Jaroslav Steinhaisl 6 년 전
부모
커밋
eb04f1e6e3
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      linux/system/user.sls

+ 4
- 0
linux/system/user.sls 파일 보기

@@ -37,7 +37,11 @@ system_user_{{ name }}:
- password: {{ user.password }}
- hash_password: {{ user.get('hash_password', False) }}
{% endif %}
{%- if user.gid is defined and user.gid %}
- gid: {{ user.gid }}
{%- else %}
- gid_from_name: true
{%- endif %}
{%- if user.groups is defined %}
- groups: {{ user.groups }}
{%- endif %}

Loading…
취소
저장