diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 35d3c1eb..e82a59a2 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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,