Skip to content

Commit 2a0868c

Browse files
authored
[puppetsync] Support simp-iptables 7.x (#87)
1 parent 1603fc3 commit 2a0868c

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 <steve@sicura.us> - 6.10.0
2+
- [puppetsync] Update module dependencies to support simp-iptables 7.x
3+
14
* Mon Oct 23 2023 Steven Pritchard <steve@sicura.us> - 6.9.0
25
- [puppetsync] Add EL9 support
36

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-named",
3-
"version": "6.9.0",
3+
"version": "6.10.0",
44
"author": "SIMP Team",
55
"summary": "manages either a chrooted named process or a caching nameserver",
66
"license": "Apache-2.0",
@@ -16,7 +16,7 @@
1616
"dependencies": [
1717
{
1818
"name": "simp/iptables",
19-
"version_requirement": ">= 6.5.3 < 7.0.0"
19+
"version_requirement": ">= 6.5.3 < 8.0.0"
2020
},
2121
{
2222
"name": "simp/rsync",

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)