set new cloud-init option to suppress final bit of output during boot

This commit is contained in:
Michael Hudson-Doyle 2021-02-23 11:06:19 +13:00
parent 52c8985454
commit 8ab15a145d

View File

@ -1,2 +1,4 @@
output: {all: '>> /var/log/cloud-init-output.log'}
no_keys_to_console: true
ssh:
emit_keys_to_console: false