Skip to content

Commit cdf4b8c

Browse files
committed
[puppetsync] Support simp-iptables 7.x
Update module dependencies to support simp-iptables 7.x.
1 parent 11f90bf commit cdf4b8c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Fri Sep 13 2024 Steven Pritchard <[email protected]> - 7.7.0
2+
- [puppetsync] Update module dependencies to support simp-iptables 7.x
3+
14
* Wed Aug 21 2024 Steven Pritchard <[email protected]> - 7.6.1
25
- Fix unmask_rpc-gssd.service exec resource (#109)
36

metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-nfs",
3-
"version": "7.6.1",
3+
"version": "7.7.0",
44
"author": "SIMP Team",
55
"summary": "manages NFS server and client, also PKI and stunnelling",
66
"license": "Apache-2.0",
@@ -16,7 +16,7 @@
1616
"dependencies": [
1717
{
1818
"name": "puppet/systemd",
19-
"version_requirement": ">= 4.0.2 < 7.0.0"
19+
"version_requirement": ">= 4.0.2 < 8.0.0"
2020
},
2121
{
2222
"name": "puppet/augeasproviders_sysctl",
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"name": "simp/iptables",
58-
"version_requirement": ">= 6.5.3 < 7.0.0"
58+
"version_requirement": ">= 6.5.3 < 8.0.0"
5959
},
6060
{
6161
"name": "simp/stunnel",

spec/spec_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def set_hieradata(hieradata)
9696
c.mock_with :rspec
9797

9898
c.module_path = File.join(fixture_path, 'modules')
99-
c.manifest_dir = File.join(fixture_path, 'manifests') if c.respond_to?(:manifest_dir)
10099

101100
c.hiera_config = File.join(fixture_path, 'hieradata', 'hiera.yaml')
102101

0 commit comments

Comments
 (0)