From 7215089b7c9d025231cd1362a9eabf66006f0d80 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Fri, 13 Sep 2024 09:23:19 -0500 Subject: [PATCH] [puppetsync] Support simp-iptables 7.x Update module dependencies to support simp-iptables 7.x. --- CHANGELOG | 3 +++ metadata.json | 4 ++-- spec/spec_helper.rb | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7309bd9..c5972dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Fri Sep 13 2024 Steven Pritchard - 0.5.0 +- [puppetsync] Update module dependencies to support simp-iptables 7.x + * Wed Oct 11 2023 Steven Pritchard - 0.4.0 - [puppetsync] Updates for Puppet 8 - These updates may include the following: diff --git a/metadata.json b/metadata.json index 871f7fa..0fc4a21 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-hirs_provisioner", - "version": "0.4.0", + "version": "0.5.0", "author": "SIMP Team", "summary": "Implement Host Integrity at Runtime and Startup Provisioner", "license": "Apache-2.0", @@ -17,7 +17,7 @@ }, { "name": "puppetlabs/java", - "version_requirement": ">= 6.0.0 < 11.0.0" + "version_requirement": ">= 6.0.0 < 12.0.0" }, { "name": "puppetlabs/stdlib", diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 223b5ac..f44bcc2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -96,7 +96,6 @@ def set_hieradata(hieradata) c.mock_with :rspec c.module_path = File.join(fixture_path, 'modules') - c.manifest_dir = File.join(fixture_path, 'manifests') if c.respond_to?(:manifest_dir) c.hiera_config = File.join(fixture_path, 'hieradata', 'hiera.yaml')