Modify Elang install 85/90685/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Fri, 28 Jun 2019 19:39:51 +0000 (14:39 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Fri, 28 Jun 2019 19:41:54 +0000 (14:41 -0500)
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

packer/provision/local-docker.yaml

index 1c5ec18..d38ff8f 100644 (file)
 
     - 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'