Skip to content

Commit f04009e

Browse files
committed
remove extra spaces between lines when multiple ssh keys are provided
1 parent 0c66b8f commit f04009e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#cloud-config
22
ssh_authorized_keys:
3-
%{ for _ in ssh_authorized_keys }
3+
%{ for _ in ssh_authorized_keys ~}
44
- ${_}
5-
%{ endfor }
5+
%{ endfor ~}
66

77
users:
88
- default
9-
9+
1010
${extra_cloud_config_config}

0 commit comments

Comments
 (0)