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 <[email protected]> Authored: Sat Apr 22 18:27:43 2017 +0200 Committer: Olaf Flebbe <[email protected]> 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",
