Skip to content

Commit 27bf87c

Browse files
authored
[puppetsync] Support simp-iptables 7.x (#115)
1 parent 524b883 commit 27bf87c

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.12.0
2+
- [puppetsync] Update module dependencies to support simp-iptables 7.x
3+
14
* Wed Jan 17 2024 Richard Gardner <rick@sicura.us> - 6.11.1
25
- Updated hiera.yaml facts to support puppet 8
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-aide",
3-
"version": "6.11.1",
3+
"version": "6.12.0",
44
"author": "SIMP Team",
55
"summary": "manages AIDE",
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": "simp/simplib",

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)