Skip to content

Commit

Permalink
Add Debian 12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 25, 2023
1 parent 1ccbb96 commit f10ee71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
'Debian' => $facts['os']['release']['major'] ? {
'10' => '11',
'11' => '13',
'12' => '15',
default => undef,
},
'Ubuntu' => $facts['os']['release']['major'] ? {
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
Expand Down

0 comments on commit f10ee71

Please sign in to comment.