schema: cloudinit: document default for ciupgrade

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-06-21 12:04:31 +02:00 committed by Thomas Lamprecht
parent 52b66c4244
commit 178c355ded

View 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,