diff --git a/CHANGELOG b/CHANGELOG index 6c26d31..0aae4dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Tue Sep 10 2024 Steven Pritchard - 7.11.0 +- [puppetsync] Add EL9 support + * Wed Apr 10 2024 Mike Riddle - 7.10.0 - Added the pam_cert_auth parameter to the pam service - Added the ldap_user_cert parameter to the ldap provider diff --git a/metadata.json b/metadata.json index 24b7ba9..6bd29a0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-sssd", - "version": "7.10.0", + "version": "7.11.0", "author": "SIMP Team", "summary": "Manages SSSD", "license": "Apache-2.0", @@ -14,7 +14,7 @@ "dependencies": [ { "name": "puppet/systemd", - "version_requirement": ">= 4.0.2 < 7.0.0" + "version_requirement": ">= 4.0.2 < 8.0.0" }, { "name": "puppetlabs/stdlib", diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 1b21aa4..ef4fe64 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -100,7 +100,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')