mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
fix(vmware-daemon): add missing centreonvault.pm file to packaging (#5239)
Co-authored-by: pkippes <pkippes@centreon.com>
This commit is contained in:
parent
24c47517cf
commit
2255238bd1
7
.github/workflows/connector-vmware.yml
vendored
7
.github/workflows/connector-vmware.yml
vendored
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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 = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user