소스 검색

Allow uid change

pull/204/head
Irving Leonard 6 년 전
부모
커밋
10dd12da57
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      linux/system/user.sls

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

@@ -42,6 +42,9 @@ system_user_{{ name }}:
- uid: {{ user.uid }}
{%- endif %}
- require: {{ requires|yaml }}
{%- if user.allow_uid_change is defined and user.allow_uid_change %}
- allow_uid_change: true
{%- endif %}

system_user_home_{{ user.home }}:
file.directory:

Loading…
취소
저장