Merge pull request #364 from vrtdev/feature/debian_buster

Add support for debian buster
This commit is contained in:
TP Honey
2019-07-15 10:42:23 +01:00
committed by GitHub

View File

@@ -154,7 +154,7 @@ class java::params {
},
}
}
'stretch', 'vivid', 'wily', 'xenial', 'yakkety', 'zesty', 'artful': {
'stretch', 'buster', 'vivid', 'wily', 'xenial', 'yakkety', 'zesty', 'artful': {
$java = {
'jdk' => {
'package' => 'openjdk-8-jdk',