From 16fa2379a26d26a905cf93b2db8a41f4052c6812 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Sun, 14 Apr 2019 15:08:46 -0500 Subject: [PATCH 1/2] Support defaults for ubuntu cosmic and dingo --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 8da6122..a4bc67d 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -176,7 +176,7 @@ class java::params { } } } - 'bionic': { + 'bionic', 'cosmic', 'disco': { $java = { 'jdk' => { 'package' => 'openjdk-11-jdk', From 2ede3f1f060cb6cc860136fe557b0645d6e5b7f1 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Sat, 27 Apr 2019 08:39:23 -0500 Subject: [PATCH 2/2] Support eoan too while we're here --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index a4bc67d..4b4fa8a 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -176,7 +176,7 @@ class java::params { } } } - 'bionic', 'cosmic', 'disco': { + 'bionic', 'cosmic', 'disco', 'eoan': { $java = { 'jdk' => { 'package' => 'openjdk-11-jdk',