ソースを参照

Merge pull request #152 from polymeter/remove_by_source

Allow removing keys based on source file.
tags/v0.41.0
alxwr 5年前
コミット
b5ac5e0b74
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      openssh/auth.sls

+ 1
- 1
openssh/auth.sls ファイルの表示

@@ -12,7 +12,7 @@
{%- else %}
- user: {{ identifier }}
{%- endif %}
{%- if 'present' in key and key['present'] and 'source' in key %}
{%- if 'source' in key %}
- source: {{ key['source'] }}
{%- else %}
{%- if 'enc' in key %}

読み込み中…
キャンセル
保存