Skip to content

Commit

Permalink
[puppetsync] Add EL9 support (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
silug authored Oct 24, 2023
1 parent 0e09227 commit bade11a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Oct 23 2023 Steven Pritchard <[email protected]> - 9.5.0
- [puppetsync] Add EL9 support

* Wed Oct 11 2023 Steven Pritchard <[email protected]> - 9.4.0
- [puppetsync] Updates for Puppet 8
- These updates may include the following:
Expand Down
4 changes: 4 additions & 0 deletions data/os/AlmaLinux-9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
gnome::packages:
gnome-control-center: ~
gnome-session-wayland-session: ~
4 changes: 4 additions & 0 deletions data/os/RedHat-9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
gnome::packages:
gnome-control-center: ~
gnome-session-wayland-session: ~
4 changes: 4 additions & 0 deletions data/os/Rocky-9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
gnome::packages:
gnome-control-center: ~
gnome-session-wayland-session: ~
17 changes: 11 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-gnome",
"version": "9.4.0",
"version": "9.5.0",
"author": "SIMP Team",
"summary": "Provides useful settings to set up the GNOME desktop environment",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,33 +35,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 bade11a

Please sign in to comment.