Przeglądaj źródła

change pub key to use user_group

if you set an alternate prime_group this would break, replaced {{ name
}} with {{ user_group }}
tags/v0.45.0
madflojo 11 lat temu
rodzic
commit
7284ece745
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Wyświetl plik

@@ -93,7 +93,7 @@ user_{{ name }}_public_key:
file.managed:
- name: {{ user.get('home', '/home/{0}'.format(name)) }}/.ssh/id_rsa.pub
- user: {{ name }}
- group: {{ name }}
- group: {{ user_group }}
- mode: 644
- contents: {{ user['ssh_keys']['pubkey'] }}
- require:

Ładowanie…
Anuluj
Zapisz