Skip to content

Commit

Permalink
[puppetsync] Support simp-iptables 7.x
Browse files Browse the repository at this point in the history
Update module dependencies to support simp-iptables 7.x.
  • Loading branch information
silug committed Sep 16, 2024
1 parent 181b3e5 commit d1bd077
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed Sep 11 2024 Steven Pritchard <[email protected]> - 4.23.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x

* Tue Jul 09 2024 Mike Riddle <[email protected]> - 4.22.0
- Added ability for users to switch between '/bin/true' and '/bin/false' when disabling kernel modules via the kmod_blacklist class

Expand Down
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simp",
"version": "4.22.0",
"version": "4.23.0",
"author": "SIMP Team",
"summary": "default profiles for core SIMP installations",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,15 +33,15 @@
},
{
"name": "puppetlabs/puppetdb",
"version_requirement": ">= 7.1.0 < 8.0.0"
"version_requirement": ">= 7.1.0 < 9.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 8.0.0 < 10.0.0"
},
{
"name": "saz/timezone",
"version_requirement": ">= 5.1.1 < 7.0.0"
"version_requirement": ">= 5.1.1 < 8.0.0"
},
{
"name": "simp/aide",
Expand Down Expand Up @@ -85,7 +85,7 @@
},
{
"name": "simp/iptables",
"version_requirement": ">= 6.5.3 < 7.0.0"
"version_requirement": ">= 6.5.3 < 8.0.0"
},
{
"name": "simp/issue",
Expand All @@ -97,7 +97,7 @@
},
{
"name": "simp/pam",
"version_requirement": ">= 6.8.3 < 7.0.0"
"version_requirement": ">= 6.8.3 < 8.0.0"
},
{
"name": "simp/polkit",
Expand Down Expand Up @@ -185,7 +185,7 @@
},
{
"name": "simp/useradd",
"version_requirement": ">= 0.2.2 < 1.0.0"
"version_requirement": ">= 0.2.2 < 2.0.0"
},
{
"name": "puppet/nsswitch",
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit d1bd077

Please sign in to comment.