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 11, 2024
1 parent ca33e57 commit 0bec2bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 <steve@sicura.us> - 8.7.0
- [puppetsync] Add EL9 support

* Wed Jan 17 2024 Richard Gardner <rick@sicura.us> - 8.6.1
- Updated hiera.yaml facts to support puppet 8

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-freeradius",
"version": "8.6.1",
"version": "8.7.0",
"author": "SIMP Team",
"summary": "manages FreeRADIUS authentication servers",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"dependencies": [
{
"name": "simp/iptables",
"version_requirement": ">= 6.5.3 < 7.0.0"
"version_requirement": ">= 6.5.3 < 8.0.0"
},
{
"name": "simp/pki",
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 0bec2bc

Please sign in to comment.