Просмотр исходного кода

Merge pull request #85 from titilambert/patch-1

Add missing ssh_config test to create .ssh folder
tags/v0.45.0
Forrest 9 лет назад
Родитель
Сommit
71c7323683
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Просмотреть файл

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


{% if 'ssh_keys' in user or 'ssh_auth' in user or 'ssh_auth_file' 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 or 'ssh_config' in user %}
user_keydir_{{ name }}:
file.directory:
- name: {{ user.get('home', '/home/{0}'.format(name)) }}/.ssh

Загрузка…
Отмена
Сохранить