summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-06-28 14:39:51 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-06-28 14:41:54 -0500
commit6eea16924a3396506f7e34078f40c196f42708c4 (patch)
tree4355a97ceee2916a22c427e91176d344731558c0
parent619a90a33ad39adf5de6ec9d7cb0a8ad3df0978a (diff)
Modify Elang install
The Ubuntu 16.04 docker image builds are failing because the path to the Erlang package is incorrect. This change is to update the path. Issue-ID: CIMAN-33 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Id22d677f08eed116baea7ab0d56c375aeac279e4
-rw-r--r--packer/provision/local-docker.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/provision/local-docker.yaml b/packer/provision/local-docker.yaml
index 1c5ec188a..d38ff8f6d 100644
--- a/packer/provision/local-docker.yaml
+++ b/packer/provision/local-docker.yaml
@@ -152,7 +152,7 @@
- name: Install Erlang
apt:
- deb: https://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/esl-erlang_19.3.6-1~ubuntu~trusty_amd64.deb
+ deb: https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_19.3.6-1~ubuntu~trusty_amd64.deb
become: true
when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu'