X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FSectionConfig.pm;fp=src%2FPVE%2FSectionConfig.pm;h=cf87d6f6c3faa5c41f200f5f890cfb29f8304c9b;hp=394aae6582926e3de80f043621ab5419887c9049;hb=848231afd273a7641cf2551ebb004dcba39822b5;hpb=8bc99fda8291b5b7591db2161a09a7c3a7869e51 diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index 394aae6..cf87d6f 100644 --- a/src/PVE/SectionConfig.pm +++ b/src/PVE/SectionConfig.pm @@ -2,12 +2,12 @@ package PVE::SectionConfig; use strict; use warnings; + use Digest::SHA; + use PVE::Exception qw(raise_param_exc); use PVE::JSONSchema qw(get_standard_option); -use Data::Dumper; - my $defaultData = { options => {}, plugins => {},