Skip to content

Commit

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

0 comments on commit 44c866b

Please sign in to comment.