fix(packaging): added missing password manager Perl modules to all plugins (#5170)

REFS: CTOR-855
This commit is contained in:
omercier 2024-09-09 10:02:52 +02:00 committed by GitHub
parent 88432bdae5
commit deb389a22b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ foreach my $plugin (@plugins) {
'centreon/plugins/backend/http/useragent.pm',
'centreon/plugins/alternative/Getopt.pm',
'centreon/plugins/alternative/FatPackerOptions.pm',
'centreon/plugins/passwordmgr/centreonvault.pm',
'centreon/plugins/passwordmgr/environment.pm',
'centreon/plugins/passwordmgr/file.pm',
'centreon/plugins/passwordmgr/hashicorpvault.pm',
'centreon/plugins/passwordmgr/keepass.pm',
'centreon/plugins/passwordmgr/teampass.pm',

View File

@ -9,6 +9,7 @@ on:
pull_request:
paths:
- '.github/workflows/plugins.yml'
- '.github/scripts/plugins-source.container.pl'
- 'src/**'
- 'packaging/**'
push:

View File

@ -64,7 +64,6 @@ sub new {
});
$self->{option_results} = {};
$self->{option_msg} = [];
$self->{nodisplay} = 0;