[pve-devel] [PATCH 12/20] cloudinit: whitespace cleanup

Alexandre Derumier aderumier at odiso.com
Thu Jul 27 17:06:45 CEST 2017


From: Wolfgang Bumiller <w.bumiller at proxmox.com>

Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/QemuServer.pm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index ca6f564..a00f07b 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -510,19 +510,19 @@ EODESCR
 
 my $confdesc_cloudinit = {
     searchdomain => {
-        optional => 1,
-        type => 'string',
-        description => "Sets DNS search domains for a container. Create will automatically use the setting from the host if you neither set searchdomain or nameserver.",
+	optional => 1,
+	type => 'string',
+	description => "cloud-init: Sets DNS search domains for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.",
     },
     nameserver => {
-        optional => 1,
-        type => 'string',
-        description => "Sets DNS server IP address for a container. Create will automatically use the setting from the host if you neither set searchdomain or nameserver.",
+	optional => 1,
+	type => 'string',
+	description => "cloud-init: Sets DNS server IP address for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.",
     },
     sshkey => {
-        optional => 1,
-        type => 'string',
-        description => "Ssh keys for root",
+	optional => 1,
+	type => 'string',
+	description => "cloud-init: ssh keys for root",
     },
 };
 
-- 
2.11.0




More information about the pve-devel mailing list