Przeglądaj źródła

Fix pubkey privkey typo

Fixes #22
tags/v0.45.0
Johannes 10 lat temu
rodzic
commit
2416374d2b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      users/init.sls

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

@@ -96,7 +96,7 @@ user_{{ name }}_public_key:
- user: {{ name }}
- group: {{ user_group }}
- mode: 644
- contents_pillar: users:{{ name }}:ssh_keys:privkey
- contents_pillar: users:{{ name }}:ssh_keys:pubkey
- require:
- user: {{ name }}_user
{% for group in user.get('groups', []) %}

Ładowanie…
Anuluj
Zapisz