Skip to content

Commit

Permalink
[puppetsync] Clean up for linters
Browse files Browse the repository at this point in the history
Clean up files distributed by puppetsync for various linters.

Also fix a quoting issue in create-github-release action.
  • Loading branch information
silug committed Sep 5, 2024
1 parent 3be98ec commit bbd3b1f
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@
* Thu Sep 05 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

0 comments on commit bbd3b1f

Please sign in to comment.