aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Flebbe <of@oflebbe.de>2017-04-22 18:27:43 +0200
committerEvans Ye <evansye@apache.org>2017-07-01 12:52:49 +0000
commiteb7b5ece2be3601621a1b457ce5594715dfb3f4d (patch)
tree9e66470dbe42b6b8d988727b8e6cbe0e795f3fd0
parent3f6b980b180e0ad3aa4cb2e100d42b1106bd44f7 (diff)
BIGTOP-2748: Fix a puppet compatibilty issue
-rw-r--r--bigtop_toolchain/manifests/packages.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp
index 64bc12b4..d89fa4b1 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",