You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2014/12/08 04:24:13 UTC

bigtop git commit: BIGTOP-1552. Add AmazonLinux as a yum supported operating system.

Repository: bigtop
Updated Branches:
  refs/heads/master 977d7ac04 -> 0a006be94


BIGTOP-1552. Add AmazonLinux as a yum supported operating system.

cr https://cr.amazon.com/r/3119682/


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0a006be9
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0a006be9
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0a006be9

Branch: refs/heads/master
Commit: 0a006be94a0642050b7e6e30e49b69189c559c65
Parents: 977d7ac
Author: Rob Leidle <le...@amazon.com>
Authored: Fri Nov 28 11:21:44 2014 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Sun Dec 7 19:23:24 2014 -0800

----------------------------------------------------------------------
 bigtop-deploy/puppet/manifests/site.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0a006be9/bigtop-deploy/puppet/manifests/site.pp
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/manifests/site.pp b/bigtop-deploy/puppet/manifests/site.pp
index 886e909..94cda7b 100644
--- a/bigtop-deploy/puppet/manifests/site.pp
+++ b/bigtop-deploy/puppet/manifests/site.pp
@@ -23,7 +23,7 @@ $jdk_package_name = extlookup("jdk_package_name", "jdk")
 stage {"pre": before => Stage["main"]}
 
 case $operatingsystem {
-    /(OracleLinux|CentOS|Fedora|RedHat)/: {
+    /(OracleLinux|Amazon|CentOS|Fedora|RedHat)/: {
        yumrepo { "Bigtop":
           baseurl => extlookup("bigtop_yumrepo_uri", $default_yumrepo),
           descr => "Bigtop packages",