mirror of
https://git.proxmox.com/git/pve-client
synced 2025-10-04 07:27:55 +00:00
config set: check digest
This commit is contained in:
parent
e42d9cfe59
commit
633508aa89
@ -54,6 +54,9 @@ __PACKAGE__->register_method ({
|
||||
|
||||
my $code = sub {
|
||||
my $config = PVE::APIClient::Config->load();
|
||||
|
||||
PVE::APIClient::Tools::assert_if_modified($config->{digest}, $digest);
|
||||
|
||||
my $defaults = PVE::APIClient::Config->get_defaults($config);
|
||||
|
||||
my $plugin = PVE::APIClient::Config->lookup('defaults');
|
||||
|
Loading…
Reference in New Issue
Block a user