Skip to content

Commit

Permalink
[puppetsync] Support simp-iptables 7.x (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
silug authored Sep 16, 2024
1 parent 11f90bf commit 87bb986
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Fri Sep 13 2024 Steven Pritchard <steve@sicura.us> - 7.7.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x

* Wed Aug 21 2024 Steven Pritchard <steve@sicura.us> - 7.6.1
- Fix unmask_rpc-gssd.service exec resource (#109)

Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-nfs",
"version": "7.6.1",
"version": "7.7.0",
"author": "SIMP Team",
"summary": "manages NFS server and client, also PKI and stunnelling",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"dependencies": [
{
"name": "puppet/systemd",
"version_requirement": ">= 4.0.2 < 7.0.0"
"version_requirement": ">= 4.0.2 < 8.0.0"
},
{
"name": "puppet/augeasproviders_sysctl",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
{
"name": "simp/iptables",
"version_requirement": ">= 6.5.3 < 7.0.0"
"version_requirement": ">= 6.5.3 < 8.0.0"
},
{
"name": "simp/stunnel",
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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 87bb986

Please sign in to comment.