Skip to content

Commit 29f7d71

Browse files
committed
Allow removing keys based on source file.
1 parent 3715cd6 commit 29f7d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssh/auth.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{%- else %}
1313
- user: {{ identifier }}
1414
{%- endif %}
15-
{%- if 'present' in key and key['present'] and 'source' in key %}
15+
{%- if 'source' in key %}
1616
- source: {{ key['source'] }}
1717
{%- else %}
1818
{%- if 'enc' in key %}

0 commit comments

Comments
 (0)