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':
|
||||
location => 'http://lsc-project.org/debian',
|
||||
repos => 'main',
|
||||
|
|
Loading…
Reference in New Issue