Change default vsan_sdk_path to match perl-VMware-vSphere's install path

The RPM provided by Centreon installs its files in
/usr/local/share/perl5/VMware.
This commit is contained in:
Louis Sautier 2020-01-30 11:25:18 +01:00
parent 4191b6f350
commit 9659b393c7
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ sub new {
# 'username' => 'XXXXX',
# 'password' => 'XXXXXX'}
},
vsan_sdk_path => '/usr/share/perl5/VMware',
vsan_sdk_path => '/usr/local/share/perl5/VMware',
);
$self->{return_child} = {};