Bläddra i källkod

Merge pull request #152 from polymeter/remove_by_source

Allow removing keys based on source file.
tags/v0.41.0
alxwr 5 år sedan
förälder
incheckning
b5ac5e0b74
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      openssh/auth.sls

+ 1
- 1
openssh/auth.sls Visa fil

@@ -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 %}

Laddar…
Avbryt
Spara