Khai Do bff86de71e Fix update java alternatives on redhat systems
puppet was throwing the following error..
  nodepool.image.build.rax-iad.bare-centos6: Could not find dependent
  Exec[update-java-alternatives] for Package[ant] at |
  /root/config/modules/jenkins/manifests/slave.pp:86

because update-java-alternatives was only defined for debian, not for redhat systems.
This change adds java alternatives update to redhat.  Needed to change
'java-1.7.0-openjdk' to 'java-1.7.0-openjdk-devel' because 'java-1.7.0-openjdk' does
not install the javac compiler.

We are setting alternatives for debian and centos but not for fedora because the java 6
packages are not available on fedora.

Change-Id: I04b3e8292d3f31cd56ada9be99da8a234e13585a
2014-03-03 20:56:35 -08:00
..
2013-12-05 18:38:04 +00:00
2013-09-06 13:29:04 -07:00
2014-02-09 16:22:57 -08:00
2014-02-09 15:26:07 -05:00
2013-12-06 15:17:28 -05:00
2012-11-12 18:58:07 +00:00
2013-05-20 20:40:03 +00:00
2014-01-29 06:47:37 +04:00
2014-02-18 02:33:24 +00:00