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

This commit is contained in:
Cole Kowalski
2015-07-16 15:23:43 -04:00
parent 001e913e77
commit 7dda5571db
+1 -1
View File
@@ -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