소스 검색

Fix issue with bash binary location in FreeBSD

lookup-fix-3
nike38rus 10 년 전
부모
커밋
2cdb73927f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      users/init.sls

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

@@ -40,7 +40,7 @@
user.present:
- name: {{ name }}
- home: {{ home }}
- shell: {{ user.get('shell', '/bin/bash') }}
- shell: {{ users.get('visudo_shell', '/bin/bash') }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif -%}

Loading…
취소
저장