From 1d1c4e1c1ccab6be9ce60c82c696617a5458ec01 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 7 Mar 2018 10:53:41 +0100 Subject: [PATCH] cleanup cloud-init option descriptions --- PVE/QemuServer.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 667ebb71..628ca335 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -554,8 +554,7 @@ my $confdesc_cloudinit = { cipassword => { optional => 1, type => 'string', - description => 'cloud-init: Password to assign the user. Using this is generally not recommended. Use ssh keys instead. ' - . 'Also note that older cloud-init versions do not support hashed passwords.', + description => 'cloud-init: Password to assign the user. Using this is generally not recommended. Use ssh keys instead. Also note that older cloud-init versions do not support hashed passwords.', }, searchdomain => { optional => 1, @@ -571,8 +570,7 @@ my $confdesc_cloudinit = { optional => 1, type => 'string', format => 'urlencoded', - description => "cloud-init : Setup public SSH keys (one key per line, " . - "OpenSSH format).", + description => "cloud-init: Setup public SSH keys (one key per line, OpenSSH format).", }, }; -- 2.39.5