fix(vmware-daemon): add missing centreonvault.pm file to packaging (#5239)

Co-authored-by: pkippes <pkippes@centreon.com>
This commit is contained in:
omercier 2024-10-14 18:11:59 +02:00 committed by GitHub
parent 24c47517cf
commit 2255238bd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 18 additions and 1 deletions

View File

@ -73,6 +73,13 @@ jobs:
rpm_gpg_signing_key_id: ${{ secrets.RPM_GPG_SIGNING_KEY_ID }}
rpm_gpg_signing_passphrase: ${{ secrets.RPM_GPG_SIGNING_PASSPHRASE }}
stability: ${{ needs.get-environment.outputs.stability }}
- name: Upload apt/dnf packages as artifacts if asked
if: ${{ contains(github.event.pull_request.labels.*.name, 'upload-artifacts') }}
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: vmware-connector-daemon-${{ matrix.distrib }}
path: centreon-plugin*
retention-days: 1
deliver-rpm:
needs: [get-environment, package]

View File

@ -1,3 +1,6 @@
2024-10-10 Olivier Mercier <omercier@centreon.com> - 3.3.1
* Fix: add missing centreonvault.pm file to packaging
2024-10-10 Olivier Mercier <omercier@centreon.com> - 3.3.0
* Enhancement: add ability to read configuration from JSON file
* Enhancement: add ability to get the VMware credentials from a Centreon

View File

@ -39,6 +39,13 @@ contents:
dst: "/usr/share/perl5/centreon/script/centreon_vmware.pm"
packager: deb
- src: "../src/centreon/script/centreonvault.pm"
dst: "/usr/share/perl5/vendor_perl/centreon/script/centreonvault.pm"
packager: rpm
- src: "../src/centreon/script/centreonvault.pm"
dst: "/usr/share/perl5/centreon/script/centreonvault.pm"
packager: deb
- src: "../src/centreon/script/centreon_vmware_convert_config_file"
dst: "/usr/bin/centreon_vmware_convert_config_file"
file_info:

View File

@ -54,7 +54,7 @@ BEGIN {
use base qw(centreon::vmware::script);
my $VERSION = '3.3.0';
my $VERSION = '3.3.1';
my %handlers = (TERM => {}, HUP => {}, CHLD => {});
my @load_modules = (