From: Dietmar Maurer Date: Wed, 7 Mar 2018 09:53:41 +0000 (+0100) Subject: cleanup cloud-init option descriptions X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=1d1c4e1c1ccab6be9ce60c82c696617a5458ec01 cleanup cloud-init option descriptions --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 667ebb7..628ca33 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).", }, };