mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-30 03:50:47 +00:00
schema: cloudinit: document default for ciupgrade
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
52b66c4244
commit
178c355ded
@ -785,7 +785,8 @@ my $confdesc_cloudinit = {
|
|||||||
ciupgrade => {
|
ciupgrade => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'boolean',
|
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 => {
|
cicustom => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user