[pve-devel] [PATCH qemu-server 1/2] schema: cloudinit: document default for ciupgrade
Fiona Ebner
f.ebner at proxmox.com
Wed Jun 21 12:04:31 CEST 2023
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
PVE/QemuServer.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 0fa43a74..91aab21c 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,
--
2.39.2
More information about the pve-devel
mailing list