Repository: bigtop Updated Branches: refs/heads/master c174605de -> c26ae2df1
BIGTOP-1609. Use openjdk7 for CentOS Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c26ae2df Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c26ae2df Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c26ae2df Branch: refs/heads/master Commit: c26ae2df1ab5208f2adb4a8ea462c68f872e4bc8 Parents: c174605 Author: Olaf Flebbe <[email protected]> Authored: Mon Jan 19 09:19:49 2015 +0100 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Jan 19 10:56:52 2015 -0800 ---------------------------------------------------------------------- bigtop_toolchain/manifests/jdk.pp | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c26ae2df/bigtop_toolchain/manifests/jdk.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/jdk.pp b/bigtop_toolchain/manifests/jdk.pp index c1c05f6..f01cce4 100644 --- a/bigtop_toolchain/manifests/jdk.pp +++ b/bigtop_toolchain/manifests/jdk.pp @@ -21,6 +21,12 @@ class bigtop_toolchain::jdk { ensure => present } } + CentOS: { + package { 'java-1.7.0-openjdk-devel' : + ensure => present + } + } + default : { file { '/tmp/jdk-7u60-linux-x64.gz': source => 'puppet:///modules/bigtop_toolchain/jdk-7u60-linux-x64.gz',
