diff --git a/CHANGELOG b/CHANGELOG index 51c077a..5c9ab51 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Tue Sep 10 2024 Steven Pritchard - 1.7.0 +- [puppetsync] Add EL9 support + * Wed Feb 07 2024 Mike Riddle - 1.6.0 - [puppetsync] Update metadata upper bounds for puppet-nsswitch, puppet-gitlab, puppet-snmp, simp-pam, and simp-useradd diff --git a/metadata.json b/metadata.json index 0d30402..afe542e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-simp_snmpd", - "version": "1.6.0", + "version": "1.7.0", "author": "SIMP Team", "summary": "Configures snmpd agent using v3 USM on the client", "license": "Apache-2.0", @@ -30,7 +30,7 @@ "optional_dependencies": [ { "name": "simp/iptables", - "version_requirement": ">= 6.5.3 < 7.0.0" + "version_requirement": ">= 6.5.3 < 8.0.0" }, { "name": "simp/logrotate", 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')