Skip to content

Commit

Permalink
Merge pull request #668 from bastelfreak/ubuntu
Browse files Browse the repository at this point in the history
Add Ubuntu 24.04 support
  • Loading branch information
bastelfreak authored Dec 11, 2024
2 parents 729cb62 + 3caab9b commit 7f5820a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"name": "puppet-r10k",
"version": "13.0.1-rc0",
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
Expand Down Expand Up @@ -36,7 +42,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04",
"22.04"
"22.04",
"24.04"
]
},
{
Expand Down

0 comments on commit 7f5820a

Please sign in to comment.