From commits-return-3658-apmail-bigtop-commits-archive=bigtop.apache.org@bigtop.apache.org Sat Apr 22 18:02:09 2017 Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0716719E6D for ; Sat, 22 Apr 2017 18:02:09 +0000 (UTC) Received: (qmail 43543 invoked by uid 500); 22 Apr 2017 18:02:08 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 43502 invoked by uid 500); 22 Apr 2017 18:02:08 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 43493 invoked by uid 99); 22 Apr 2017 18:02:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2017 18:02:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B0809E35E9; Sat, 22 Apr 2017 18:02:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: oflebbe@apache.org To: commits@bigtop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: bigtop git commit: BIGTOP-2748: Fix a puppet compatibilty issue Date: Sat, 22 Apr 2017 18:02:08 +0000 (UTC) Repository: bigtop Updated Branches: refs/heads/master 905bfe464 -> 46048096f BIGTOP-2748: Fix a puppet compatibilty issue Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/46048096 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/46048096 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/46048096 Branch: refs/heads/master Commit: 46048096f5f587a9ff746043ae8e41b6fe12f9e0 Parents: 905bfe4 Author: Olaf Flebbe Authored: Sat Apr 22 18:27:43 2017 +0200 Committer: Olaf Flebbe Committed: Sat Apr 22 20:01:54 2017 +0200 ---------------------------------------------------------------------- bigtop_toolchain/manifests/packages.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/46048096/bigtop_toolchain/manifests/packages.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp index 64bc12b..d89fa4b 100644 --- a/bigtop_toolchain/manifests/packages.pp +++ b/bigtop_toolchain/manifests/packages.pp @@ -132,7 +132,7 @@ class bigtop_toolchain::packages { require => [Package['libapr1']] } } - Amazon: { $pkgs = [ + /Amazon/: { $pkgs = [ "unzip", "curl", "wget",