mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +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
|
#cloud-config
|
||||||
{% if instance_keys %}
|
{% if instance_keys %}
|
||||||
ssh_authorized_keys:
|
ssh_authorized_keys:
|
||||||
{% for key in instance_keys %} - {{ key }}{% endfor %}
|
{% for key in instance_keys %} - {{ key }}
|
||||||
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue