From 9b8d4d0225ecfab65e45cc42c0630f2d709c3229 Mon Sep 17 00:00:00 2001 From: Andrea Galbusera <gizero@gmail.com> Date: Wed, 13 Jan 2021 11:28:46 +0100 Subject: [PATCH] templates: cloud-init.yml.tpl: add missing line continuation to theo-agent command line --- templates/cloud-init.yml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cloud-init.yml.tpl b/templates/cloud-init.yml.tpl index 75f00fd..38e4cbe 100644 --- a/templates/cloud-init.yml.tpl +++ b/templates/cloud-init.yml.tpl @@ -51,7 +51,7 @@ write_files: -no-interactive \ -sshd-config \ -url https://fluidware.authkeys.io \ - -token ${theo_token} + -token ${theo_token} \ -hostname-prefix fcub- chown -R theo-agent /etc/theo-agent chmod 700 /etc/theo-agent -- GitLab