Skip to content

Commit

Permalink
Let npm take the last mockoon version
Browse files Browse the repository at this point in the history
REF:CTOR-474
  • Loading branch information
Evan-Adam committed Apr 30, 2024
1 parent e6b3a7d commit 8cd7411
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/docker/testing/Dockerfile.testing-plugins-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ curl -fsSL https://rpm.nodesource.com/setup_21.x | bash -
yum install -y nodejs

# Install mockoon
npm install -g -D @mockoon/cli@7.0.0
npm install -g -D @mockoon/cli

# Add Centreon plugins repositories
echo -e '[centreon-plugins-stable]\n\
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/testing/Dockerfile.testing-plugins-alma9
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip3.11 install snmpsim-lextudio
curl -fsSL https://rpm.nodesource.com/setup_21.x | bash -
yum install -y nodejs
# Install mockoon
npm install -g -D @mockoon/cli@7.0.0
npm install -g -D @mockoon/cli

# Add Centreon plugins repositories
echo -e '[centreon-plugins-stable]\n\
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/testing/Dockerfile.testing-plugins-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ curl -fsSL https://deb.nodesource.com/setup_21.x | bash - &&\
apt-get install -y nodejs

# Install mockoon (needs nodejs)
npm install -g -D @mockoon/cli@7.0.0
npm install -g -D @mockoon/cli

# Add Centreon plugins repositories
echo "deb https://packages.centreon.com/apt-plugins-stable/ bookworm main" | tee /etc/apt/sources.list.d/centreon-plugins.list
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/testing/Dockerfile.testing-plugins-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pip3 install snmpsim-lextudio
curl -fsSL https://deb.nodesource.com/setup_21.x | bash - &&\
apt-get install -y nodejs
# Install mockoon (needs nodejs)
npm install -g -D @mockoon/cli@7.0.0
npm install -g -D @mockoon/cli

# Add Centreon plugins repositories
echo "deb https://packages.centreon.com/apt-plugins-stable/ bullseye main" | tee /etc/apt/sources.list.d/centreon-plugins.list
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/testing/Dockerfile.testing-plugins-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pip3 install snmpsim-lextudio
curl -fsSL https://deb.nodesource.com/setup_21.x | bash - &&\
apt-get install -y nodejs
# Install mockoon (needs nodejs)
npm install -g -D @mockoon/cli@7.0.0
npm install -g -D @mockoon/cli

# Add Centreon plugins repositories
echo "deb https://packages.centreon.com/ubuntu-plugins-testing/ jammy main" | tee -a /etc/apt/sources.list.d/centreon-plugins.list
Expand Down
1 change: 1 addition & 0 deletions src/centreon/common/adic/tape/snmp/mode/hardware.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# limitations under the License.
#


package centreon::common::adic::tape::snmp::mode::hardware;

use base qw(centreon::plugins::templates::hardware);
Expand Down

0 comments on commit 8cd7411

Please sign in to comment.