From 8627e7ddd410474c20c9f1364f08bcbb1091e13b Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Fri, 24 Mar 2017 22:28:22 +0100 Subject: [PATCH] Support for Ubuntu 16.10 - Yakkety Yak --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 50779ec..c58e2e1 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -153,7 +153,7 @@ class java::params { }, } } - 'stretch', 'vivid', 'wily', 'xenial': { + 'stretch', 'vivid', 'wily', 'xenial', 'yakkety': { $java = { 'jdk' => { 'package' => 'openjdk-8-jdk',