Fix the failing chef provisioner test

This commit is contained in:
Jason Riddle 2016-01-14 13:51:23 -05:00
parent 5cb4b70e7e
commit ca39512fa7
2 changed files with 6 additions and 2 deletions

View File

@ -328,4 +328,6 @@ ENV['https_proxy'] = "https://proxy.local"
ENV['HTTPS_PROXY'] = "https://proxy.local"
no_proxy "http://local.local,https://local.local"`
no_proxy "http://local.local,https://local.local"
ENV['no_proxy'] = "http://local.local,https://local.local"`

View File

@ -355,4 +355,6 @@ ENV['https_proxy'] = "https://proxy.local"
ENV['HTTPS_PROXY'] = "https://proxy.local"
no_proxy "http://local.local,https://local.local"`
no_proxy "http://local.local,https://local.local"
ENV['no_proxy'] = "http://local.local,https://local.local"`