This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
openssh-formula
mirror of
https://github.com/saltstack-formulas/openssh-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
27
Wiki
Activity
Browse Source
Allow removing keys based on source file.
tags/v0.41.0
Manuel Webersen
5 years ago
parent
3715cd601c
commit
29f7d71426
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
openssh/auth.sls
+ 1
- 1
openssh/auth.sls
View File
@@ -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 %}
Write
Preview
Loading…
Cancel
Save