From 498cdc36dc6f99dc463facb81c25464a1b818a03 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 7 Mar 2018 09:31:44 +0100 Subject: [PATCH 1/1] document defaults for citype --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 1da226c..667ebb7 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -543,7 +543,7 @@ my $confdesc_cloudinit = { citype => { optional => 1, type => 'string', - description => 'Specifies the cloud-init configuration format.', + description => 'Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.', enum => ['configdrive2', 'nocloud'], }, ciuser => { -- 2.39.2