Skip to content

Commit deb389a

Browse files
authored
fix(packaging): added missing password manager Perl modules to all plugins (centreon#5170)
REFS: CTOR-855
1 parent 88432bd commit deb389a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/scripts/plugins-source.container.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@
8282
'centreon/plugins/backend/http/useragent.pm',
8383
'centreon/plugins/alternative/Getopt.pm',
8484
'centreon/plugins/alternative/FatPackerOptions.pm',
85+
'centreon/plugins/passwordmgr/centreonvault.pm',
8586
'centreon/plugins/passwordmgr/environment.pm',
87+
'centreon/plugins/passwordmgr/file.pm',
8688
'centreon/plugins/passwordmgr/hashicorpvault.pm',
8789
'centreon/plugins/passwordmgr/keepass.pm',
8890
'centreon/plugins/passwordmgr/teampass.pm',

.github/workflows/plugins.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- '.github/workflows/plugins.yml'
12+
- '.github/scripts/plugins-source.container.pl'
1213
- 'src/**'
1314
- 'packaging/**'
1415
push:

src/centreon/plugins/output.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ sub new {
6464
});
6565

6666
$self->{option_results} = {};
67-
6867
$self->{option_msg} = [];
6968

7069
$self->{nodisplay} = 0;

0 commit comments

Comments
 (0)