aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuqi Gu <yuqi.gu@linaro.org>2017-07-21 14:48:24 +0800
committerYuqi Gu <yuqi.gu@linaro.org>2017-07-21 14:48:24 +0800
commit18edf0f5feb97bf870653e74eb258eeb2f61de27 (patch)
tree7814be59027258ee26da58da527128767f15a704
parentb82c9a401bfe3c61563f767107f45e916ce85f1e (diff)
Fix no repo URL
-rw-r--r--provisioner/docker/config_ubuntu-16.04-aarch64.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioner/docker/config_ubuntu-16.04-aarch64.yaml b/provisioner/docker/config_ubuntu-16.04-aarch64.yaml
index 74ca2942..71f80f9d 100644
--- a/provisioner/docker/config_ubuntu-16.04-aarch64.yaml
+++ b/provisioner/docker/config_ubuntu-16.04-aarch64.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:ubuntu-16.04-aarch64"
-#repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64"
+repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: true