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 eb5b077 commit 12faaec
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@
* Thu Sep 05 2024 Steven Pritchard <[email protected]> - 8.9.0
- [puppetsync] Add EL9 support

* Wed May 15 2024 Mike Riddle <[email protected]> - 8.8.0
- Moved legacy control character parms into global params

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-rsyslog",
"version": "8.8.0",
"version": "8.9.0",
"author": "SIMP Team",
"summary": "A puppet module to support RSyslog version 8.",
"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": "puppetlabs/stdlib",
Expand All @@ -31,7 +31,7 @@
"optional_dependencies": [
{
"name": "simp/iptables",
"version_requirement": ">= 6.5.3 < 7.0.0"
"version_requirement": ">= 6.5.3 < 8.0.0"
},
{
"name": "simp/logrotate",
Expand Down

0 comments on commit 12faaec

Please sign in to comment.