X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=data%2FPVE%2FSectionConfig.pm;h=5a6dcb1b16cb29c092c07ee979957c09db559c1b;hp=f0bf23f86c9f90f761dc73a21eafd9342a47d6dd;hb=dc5eae7dbdfe5df7e4189e038945910c035715aa;hpb=a345b9d584c60ec3535270062e105fc05a94d24b diff --git a/data/PVE/SectionConfig.pm b/data/PVE/SectionConfig.pm index f0bf23f..5a6dcb1 100644 --- a/data/PVE/SectionConfig.pm +++ b/data/PVE/SectionConfig.pm @@ -84,12 +84,7 @@ sub updateSchema { } } - $props->{digest} = { - type => 'string', - description => 'Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.', - maxLength => 40, - optional => 1, - }; + $props->{digest} = get_standard_option('pve-config-digest'); $props->{delete} = { type => 'string', format => 'pve-configid-list',