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 3be98ec commit a7b65b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 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]> - 7.5.0
- [puppetsync] Add EL9 support

* Wed Oct 11 2023 Steven Pritchard <[email protected]> - 7.4.0
- [puppetsync] Updates for Puppet 8
- These updates may include the following:
Expand Down
19 changes: 12 additions & 7 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simp_apache",
"version": "7.4.0",
"version": "7.5.0",
"author": "SIMP Team",
"summary": "configure SIMP apache & component sites (NOTE: legacy, conflicts with puppetlabs-apache)",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
},
{
"name": "simp/iptables",
"version_requirement": ">= 6.5.3 < 7.0.0"
"version_requirement": ">= 6.5.3 < 8.0.0"
},
{
"name": "simp/logrotate",
Expand Down Expand Up @@ -55,33 +55,38 @@
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"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 a7b65b9

Please sign in to comment.