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 10, 2024
1 parent 181b3e5 commit 0e80378
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Tue Sep 10 2024 Steven Pritchard <[email protected]> - 4.23.0
- [puppetsync] Add EL9 support

* 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
27 changes: 16 additions & 11 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 All @@ -203,21 +203,24 @@
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -237,13 +240,15 @@
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
}
]
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 0e80378

Please sign in to comment.