Explorar el Código

Merge pull request #78 from colekowalski/ssh-auth-file

the user's .ssh directory should be created if ssh_auth_file is supplied
tags/v0.45.0
puneet kandhari hace 9 años
padre
commit
a7d348fb1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Ver fichero

@@ -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

Cargando…
Cancelar
Guardar