X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FSectionConfig.pm;h=441e026fb1b3f98c75b3ac93d6546e11c15325fd;hp=6f85b228b81ec82c77d64fbbbc8f0197e5274e01;hb=08aa41d725b273fcee950f84540987b6d9551a8f;hpb=b546f33e587a42a34eebfd58d5d5aa1a6b05044a diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index 6f85b22..441e026 100644 --- a/src/PVE/SectionConfig.pm +++ b/src/PVE/SectionConfig.pm @@ -184,7 +184,7 @@ sub init { } $propertyList->{type}->{type} = 'string'; - $propertyList->{type}->{enum} = [keys %$plugins]; + $propertyList->{type}->{enum} = [sort keys %$plugins]; } sub lookup {