Added Java - but's currenntly not working with lsc

This commit is contained in:
Tobias Herre 2020-08-21 14:14:05 +02:00
parent e6b6b959a7
commit 463ed6d276
1 changed files with 10 additions and 0 deletions

View File

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