From 2ede3f1f060cb6cc860136fe557b0645d6e5b7f1 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Sat, 27 Apr 2019 08:39:23 -0500 Subject: [PATCH] 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',