mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +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:
@@ -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 %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user