Upgrade java to 8 for jenkins

For some reason, Java has an arbitrary limit of 2048 bits DH keys, while id.fp.o accepts only 4096.
Java 8 supports ECDHE, so let's use that instead.
This commit is contained in:
Patrick Uiterwijk 2014-10-20 14:18:58 +00:00
parent 5368556ea3
commit 97bb077ec8

View file

@ -45,7 +45,7 @@
- vim - vim
- dejavu-s\* - dejavu-s\*
- fontconfig - fontconfig
- java-1.6.0-openjdk - java-1.8.0-openjdk
- httpd - httpd
- openssh-clients - openssh-clients
- git - git
@ -310,8 +310,8 @@
action: yum state=installed pkg={{ item }} action: yum state=installed pkg={{ item }}
with_items: with_items:
- vim - vim
- java-1.7.0-openjdk - java-1.8.0-openjdk
- java-1.7.0-openjdk-devel - java-1.8.0-openjdk-devel
- subversion - subversion
- bzr - bzr
- git - git