This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
ExternalMirrors
/
linux-formula
의 미러
https://github.com/salt-formulas/salt-formula-linux
보기
1
좋아요
0
포크
1
코드
이슈
0
릴리즈
8
위키
Activity
소스 검색
Merge "Set user shell even if user is system"
pull/168/head
Vasyl Saienko
6 년 전
부모
11ef3737d2
483746480a
커밋
3ded6e4807
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
+1
-0
linux/system/user.sls
+ 1
- 0
linux/system/user.sls
파일 보기
@@ -43,6 +43,7 @@ system_user_{{ name }}:
{%- endif %}
{%- if user.system is defined and user.system %}
- system: True
- shell: {{ user.get('shell', '/bin/false') }}
{%- else %}
- shell: {{ user.get('shell', '/bin/bash') }}
{%- endif %}
Write
Preview
Loading…
취소
저장