From 8fa4bc3a29045ec47ea55b34cb64af6563856cb5 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Thu, 17 Dec 2020 10:06:50 +0100 Subject: [PATCH] change app cache name velocloud --- cloud/vmware/velocloud/restapi/custom/api.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/vmware/velocloud/restapi/custom/api.pm b/cloud/vmware/velocloud/restapi/custom/api.pm index 07132145a..a125d86a8 100644 --- a/cloud/vmware/velocloud/restapi/custom/api.pm +++ b/cloud/vmware/velocloud/restapi/custom/api.pm @@ -352,7 +352,7 @@ sub get_identifiable_applications { $self->get_entreprise_id(); - my $has_cache_file = $self->{cache_app}->read(statefile => 'vmware_velocloud_' . md5_hex($self->{option_results}->{hostname}) . '_' . md5_hex($self->{entreprise_id})); + my $has_cache_file = $self->{cache_app}->read(statefile => 'vmware_velocloud_app_' . md5_hex($self->{option_results}->{hostname}) . '_' . md5_hex($self->{entreprise_id})); my $updated = $self->{cache_app}->get(name => 'updated'); my $applications = $self->{cache_app}->get(name => 'applications');