Added Java - but's currenntly not working with lsc
This commit is contained in:
parent
e6b6b959a7
commit
463ed6d276
|
@ -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':
|
apt::source { 'lsc':
|
||||||
location => 'http://lsc-project.org/debian',
|
location => 'http://lsc-project.org/debian',
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
|
|
Loading…
Reference in New Issue