mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2024-11-28 02:57:55 +01:00
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:
commit
741b256684
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user