fix(packaging): added missing password manager Perl modules to all plugins (#5170)
REFS: CTOR-855
This commit is contained in:
parent
88432bdae5
commit
deb389a22b
|
@ -82,7 +82,9 @@ foreach my $plugin (@plugins) {
|
||||||
'centreon/plugins/backend/http/useragent.pm',
|
'centreon/plugins/backend/http/useragent.pm',
|
||||||
'centreon/plugins/alternative/Getopt.pm',
|
'centreon/plugins/alternative/Getopt.pm',
|
||||||
'centreon/plugins/alternative/FatPackerOptions.pm',
|
'centreon/plugins/alternative/FatPackerOptions.pm',
|
||||||
|
'centreon/plugins/passwordmgr/centreonvault.pm',
|
||||||
'centreon/plugins/passwordmgr/environment.pm',
|
'centreon/plugins/passwordmgr/environment.pm',
|
||||||
|
'centreon/plugins/passwordmgr/file.pm',
|
||||||
'centreon/plugins/passwordmgr/hashicorpvault.pm',
|
'centreon/plugins/passwordmgr/hashicorpvault.pm',
|
||||||
'centreon/plugins/passwordmgr/keepass.pm',
|
'centreon/plugins/passwordmgr/keepass.pm',
|
||||||
'centreon/plugins/passwordmgr/teampass.pm',
|
'centreon/plugins/passwordmgr/teampass.pm',
|
||||||
|
|
|
@ -9,6 +9,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/plugins.yml'
|
- '.github/workflows/plugins.yml'
|
||||||
|
- '.github/scripts/plugins-source.container.pl'
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'packaging/**'
|
- 'packaging/**'
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -64,7 +64,6 @@ sub new {
|
||||||
});
|
});
|
||||||
|
|
||||||
$self->{option_results} = {};
|
$self->{option_results} = {};
|
||||||
|
|
||||||
$self->{option_msg} = [];
|
$self->{option_msg} = [];
|
||||||
|
|
||||||
$self->{nodisplay} = 0;
|
$self->{nodisplay} = 0;
|
||||||
|
|
Loading…
Reference in New Issue