Skip to content

Commit b5ac5e0

Browse files
authored
Merge pull request #152 from polymeter/remove_by_source
Allow removing keys based on source file.
2 parents 5ee3892 + 29f7d71 commit b5ac5e0

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)