]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer/Cloudinit.pm
fix #3792: cloudinit: use of uninitialized value
authorMira Limbeck <m.limbeck@proxmox.com>
Mon, 20 Dec 2021 14:03:59 +0000 (15:03 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Dec 2021 14:45:18 +0000 (15:45 +0100)
commitea18b60455b168e8949df04259a98b0b06c4e48c
treeb570ab77004acbe66527002b8e0fe6e31d6b8646
parenta644de298cc2798f7374af82d1f8d34c7e0e81c2
fix #3792: cloudinit: use of uninitialized value

With the patch adding vendor-data support to cloud-init, a use of
uninitialized value was introduced. This can be fixed by setting it to
an empty string if no vendor-data is defined.

vendor-data can only be set via --cicustom and is optional.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
PVE/QemuServer/Cloudinit.pm