mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
fix datasource/templates/user_data, add newline at the end of ssh key and dont add other empty lines by @honza801
This commit is contained in:
parent
f42a910d9b
commit
b83528658e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#cloud-config
|
||||
{% if instance_keys %}
|
||||
ssh_authorized_keys:
|
||||
{% for key in instance_keys %} - {{ key }}{% endfor %}
|
||||
{% for key in instance_keys %} - {{ key }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue