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',