소스 검색

Merge pull request #155 from ashokrajar/master

Fixing a bug introduced in my previous commit
tags/v0.45.0
Niels Abspoel 7 년 전
부모
커밋
bac9fdfaeb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls 파일 보기

@@ -280,7 +280,7 @@ users_ssh_auth_source_{{ name }}_{{ loop.index0 }}:

{% if 'ssh_auth_sources.absent' in user %}
{% for pubkey_file in user['ssh_auth_sources.absent'] %}
users_ssh_auth_source_{{ name }}_{{ loop.index0 }}:
users_ssh_auth_source_delete_{{ name }}_{{ loop.index0 }}:
ssh_auth.absent:
- user: {{ name }}
- source: {{ pubkey_file }}

Loading…
취소
저장