From ca2171043ee2f73c5e43c8adf59e72b52c91ebe2 Mon Sep 17 00:00:00 2001 From: Oliver Chick Date: Wed, 18 Nov 2015 23:52:17 +0000 Subject: [PATCH] Add support for Ubuntu 15.10 --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 985a62c..efe096b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -108,7 +108,7 @@ class java::params { }, } } - 'vivid': { + 'vivid', 'wily': { $java = { 'jdk' => { 'package' => 'openjdk-8-jdk',