mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2024-11-28 02:57:55 +01:00
the user's .ssh directory should be created if ssh_auth_file is supplied
This commit is contained in:
parent
001e913e77
commit
7dda5571db
@ -102,7 +102,7 @@ users_{{ name }}_user:
|
|||||||
{% endfor %}
|
{% 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 }}:
|
user_keydir_{{ name }}:
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: {{ user.get('home', '/home/{0}'.format(name)) }}/.ssh
|
- name: {{ user.get('home', '/home/{0}'.format(name)) }}/.ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user