ソースを参照

not more need for homedir, if not needed

tags/v0.45.0
Arthur 7年前
コミット
e486032283
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      users/init.sls

+ 2
- 0
users/init.sls ファイルの表示

@@ -89,7 +89,9 @@ users_{{ name }}_user:
{% endif %}
user.present:
- name: {{ name }}
{% if user.get('createhome', True) -%}
- home: {{ home }}
{% endif -%}
- shell: {{ user.get('shell', current.get('shell', users.get('shell', '/bin/bash'))) }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}

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