Merge pull request #270 from mhjacks/master

Add support for Ubuntu artful (17.10) and bionic (18.04 to be)
This commit is contained in:
david22swan
2017-11-28 09:25:38 +00:00
committed by GitHub

View File

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