Skip to content

Commit f1595aa

Browse files
authored
[puppetsync] Support simp-iptables 7.x (#151)
1 parent 5b82e1b commit f1595aa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Fri Sep 13 2024 Steven Pritchard <[email protected]> - 7.11.0
2+
- [puppetsync] Update module dependencies to support simp-iptables 7.x
3+
14
* Wed Apr 10 2024 Mike Riddle <[email protected]> - 7.10.0
25
- Added the pam_cert_auth parameter to the pam service
36
- Added the ldap_user_cert parameter to the ldap provider

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-sssd",
3-
"version": "7.10.0",
3+
"version": "7.11.0",
44
"author": "SIMP Team",
55
"summary": "Manages SSSD",
66
"license": "Apache-2.0",
@@ -14,7 +14,7 @@
1414
"dependencies": [
1515
{
1616
"name": "puppet/systemd",
17-
"version_requirement": ">= 4.0.2 < 7.0.0"
17+
"version_requirement": ">= 4.0.2 < 8.0.0"
1818
},
1919
{
2020
"name": "puppetlabs/stdlib",

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def set_hieradata(hieradata)
100100
c.mock_with :rspec
101101

102102
c.module_path = File.join(fixture_path, 'modules')
103-
c.manifest_dir = File.join(fixture_path, 'manifests') if c.respond_to?(:manifest_dir)
104103

105104
c.hiera_config = File.join(fixture_path, 'hieradata', 'hiera.yaml')
106105

0 commit comments

Comments
 (0)