ソースを参照

the user's .ssh directory should be created if ssh_auth_file is supplied

lookup-fix-3
Cole Kowalski 9年前
コミット
7dda5571db
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      users/init.sls

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

@@ -102,7 +102,7 @@ users_{{ name }}_user:
{% endfor %}


{% if 'ssh_keys' in user or 'ssh_auth' in user or 'ssh_auth.absent' in user %}
{% if 'ssh_keys' in user or 'ssh_auth' in user or 'ssh_auth_file' in user or 'ssh_auth.absent' in user %}
user_keydir_{{ name }}:
file.directory:
- name: {{ user.get('home', '/home/{0}'.format(name)) }}/.ssh

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