From cad6a590f9f7c32a293e1386ed6833c90936d21c Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Thu, 5 Jan 2017 13:17:53 +0000 Subject: [PATCH] Include nettools in 14.04 --- .kitchen.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kitchen.yml b/.kitchen.yml index a17e77f..7165476 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -20,6 +20,7 @@ platforms: privileged: true provision_command: - apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible + - apt-get install -y -q net-tools - apt-get update && apt-get -y -q install python-apt python-pycurl use_sudo: false volume: <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json