Skip to content

Commit

Permalink
Merge pull request #152 from polymeter/remove_by_source
Browse files Browse the repository at this point in the history
Allow removing keys based on source file.
  • Loading branch information
alxwr authored Apr 9, 2019
2 parents 5ee3892 + 29f7d71 commit b5ac5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssh/auth.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit b5ac5e0

Please sign in to comment.