Merge pull request #104 from leifcr/leifcr-user-group-patch

Use the primary group for the user when creating authorized_keys
This commit is contained in:
Forrest 2015-12-16 10:56:15 -08:00
commit 741b256684
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ users_authorized_keys_{{ name }}:
file.managed:
- name: {{ home }}/.ssh/authorized_keys
- user: {{ name }}
- group: {{ name }}
- group: {{ user_group }}
- mode: 600
{% if 'ssh_auth_file' in user %}
- contents: |