From f889aa0fbb79c71073f2a573184be142104ad5fb Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 22 May 2018 16:44:33 +0200 Subject: [PATCH] fix #1780: change datacenter.conf to datacenter.cfg Signed-off-by: Dominik Csapak --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 648a5f80..9c4ac94c 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -272,7 +272,7 @@ my $confdesc = { keyboard => { optional => 1, type => 'string', - description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.". + description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.". "It should not be necessary to set it.", enum => PVE::Tools::kvmkeymaplist(), default => undef,