Skip to content

Commit

Permalink
Removing Debian 9
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat-puppet committed Sep 21, 2023
1 parent f87c86e commit c53e4e1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,6 @@
default => $facts['os']['architecture']
}
case $facts['os']['release']['major'] {
'9': {
$java = {
'jdk' => {
'package' => 'openjdk-8-jdk',
'alternative' => "java-1.8.0-openjdk-${openjdk_architecture}",
'alternative_path' => "/usr/lib/jvm/java-1.8.0-openjdk-${openjdk_architecture}/bin/java",
'java_home' => "/usr/lib/jvm/java-1.8.0-openjdk-${openjdk_architecture}/",
},
'jre' => {
'package' => 'openjdk-8-jre-headless',
'alternative' => "java-1.8.0-openjdk-${openjdk_architecture}",
'alternative_path' => "/usr/lib/jvm/java-1.8.0-openjdk-${openjdk_architecture}/bin/java",
'java_home' => "/usr/lib/jvm/java-1.8.0-openjdk-${openjdk_architecture}/",
},
}
}
'10', '11', '18.04', '18.10', '19.04', '19.10', '20.04', '22.04': {
$java = {
'jdk' => {
Expand Down

0 comments on commit c53e4e1

Please sign in to comment.