1
0
Fork 0
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:
catborise 2019-11-20 16:53:17 +03:00
parent f42a910d9b
commit b83528658e

View file

@ -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 %}