]> git.proxmox.com Git - qemu-server.git/commitdiff
schema: cloudinit: document default for ciupgrade
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 21 Jun 2023 10:04:31 +0000 (12:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 10:40:58 +0000 (12:40 +0200)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm

index 35d3c1eb03070f7f9c40f0e9e95550e1e7451006..e82a59a2e3581b47899f7d82af9d846a8f5b501e 100644 (file)
@@ -785,7 +785,8 @@ my $confdesc_cloudinit = {
     ciupgrade => {
        optional => 1,
        type => 'boolean',
-       description => 'cloud-init: do an automatic package upgrade after the first boot.'
+       description => 'cloud-init: do an automatic package upgrade after the first boot.',
+       default => 0,
     },
     cicustom => {
        optional => 1,