ソースを参照

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 -%}

読み込み中…
キャンセル
保存