소스 검색

Make sure the logic stands after the default in salt is changed

tags/v0.45.0
Jason Wolfe 10 년 전
부모
커밋
a899ee85ec
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      users/init.sls

+ 3
- 1
users/init.sls 파일 보기

@@ -58,7 +58,9 @@
{% if not user.get('createhome', True) %}
- createhome: False
{% endif %}
{% if not user.get('remove_groups', True) %}
{% if user.get('remove_groups', True) %}
- remove_groups: True
{% else %}
- remove_groups: False
{% endif %}
- groups:

Loading…
취소
저장