From 7fc51a6d70835d9e060a2363336052241b52592d Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Tue, 22 Dec 2015 13:56:01 +0000 Subject: [PATCH] Proxy Support --- .kitchen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 9918801..f452932 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -8,6 +8,8 @@ provisioner: roles_path: ../ require_ansible_repo: true ansible_verbose: true + http_proxy: <%= ENV['HTTP_PROXY'] %> + https_proxy: <%= ENV['HTTPS_PROXY'] %> platforms: - name: ubuntu-14.04