浏览代码

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

正在加载...
取消
保存