Kaynağa Gözat

fix the path to authkeys

Allow user to specify aliased path (with %u)
master
Mathieu POTIER 8 yıl önce
ebeveyn
işleme
760a2ad277
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      openssh/auth.sls

+ 2
- 2
openssh/auth.sls Dosyayı Görüntüle

@@ -39,7 +39,7 @@ include:
ssh_auth.present:
{{ print_ssh_auth(identifier, key) }}
{%- if 'sshd_config' in pillar and 'AuthorizedKeysFile' in pillar['sshd_config'] %}
- config: {{ pillar['sshd_config']['AuthorizedKeysFile'] }}
- config: '{{ pillar['sshd_config']['AuthorizedKeysFile'] }}'
{% endif -%}
- require:
- service: {{ openssh.service }}
@@ -48,7 +48,7 @@ include:
ssh_auth.absent:
{{ print_ssh_auth(identifier, key) }}
{%- if 'sshd_config' in pillar and 'AuthorizedKeysFile' in pillar['sshd_config'] %}
- config: {{ pillar['sshd_config']['AuthorizedKeysFile'] }}
- config: '{{ pillar['sshd_config']['AuthorizedKeysFile'] }}'
{% endif -%}
{%- endif -%}
{%- endfor -%}

Yükleniyor…
İptal
Kaydet