diff --git a/users/init.sls b/users/init.sls index 8262cbd..13317c8 100644 --- a/users/init.sls +++ b/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