From 30f0cdc3c4b21245e7ebaef590c18e3c70c5764a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 1 Dec 2015 10:56:04 +0100 Subject: [PATCH] add 'fedora' to ostype schema enum --- src/PVE/LXC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index f388b60..ad630b8 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -98,7 +98,7 @@ my $confdesc = { ostype => { optional => 1, type => 'string', - enum => ['debian', 'ubuntu', 'centos', 'archlinux'], + enum => ['debian', 'ubuntu', 'centos', 'fedora', 'archlinux'], description => "OS type. Corresponds to lxc setup scripts in /usr/share/lxc/config/.common.conf.", }, console => { -- 2.39.2