From 463ed6d276ab4798db331dc23020378e0a4066e3 Mon Sep 17 00:00:00 2001 From: tohe Date: Fri, 21 Aug 2020 14:14:05 +0200 Subject: [PATCH] Added Java - but's currenntly not working with lsc --- manifests/init.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 5de1607..1daa7eb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -232,6 +232,16 @@ class wmdeit_ldap ( } +# class { 'java': +# distribution => 'jre', +# version => "8" +# } +java::adopt { 'jdk8' : + ensure => 'present', + version => '8', + java => 'jre', +} + apt::source { 'lsc': location => 'http://lsc-project.org/debian', repos => 'main',