This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
openssh-formula
forked from
ExternalMirrors/openssh-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix bug that added : at the end of the key
master
jvblasco
9 years ago
parent
1b74efd2d0
commit
60691ef20d
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+2
-2
openssh/auth.sls
+ 2
- 2
openssh/auth.sls
View File
@@ -1,8 +1,8 @@
{%- macro print_name(identifier, key) -%}
{%- if 'name' in key %}
{{ key['name'] }}
:
{{ key['name'] }}
{%- else %}
{{ identifier }}
:
{{ identifier }}
{%- endif %}
{%- endmacro -%}
Write
Preview
Loading…
Cancel
Save