Repository: bigtop Updated Branches: refs/heads/master 6b537734c -> 651cf67ba
BIGTOP-1678. Use openjdk7 for AmazonLinux Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/651cf67b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/651cf67b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/651cf67b Branch: refs/heads/master Commit: 651cf67ba53ddd0c34800e645c9e631725582889 Parents: 6b53773 Author: Ivan Orlov <[email protected]> Authored: Tue Feb 17 16:39:06 2015 -0800 Committer: Olaf Flebbe <[email protected]> Committed: Sat Feb 21 20:03:31 2015 +0100 ---------------------------------------------------------------------- bigtop_toolchain/manifests/jdk.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/651cf67b/bigtop_toolchain/manifests/jdk.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/jdk.pp b/bigtop_toolchain/manifests/jdk.pp index f01cce4..c086cad 100644 --- a/bigtop_toolchain/manifests/jdk.pp +++ b/bigtop_toolchain/manifests/jdk.pp @@ -21,7 +21,7 @@ class bigtop_toolchain::jdk { ensure => present } } - CentOS: { + /(CentOS|Amazon)/: { package { 'java-1.7.0-openjdk-devel' : ensure => present }
