mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Fix the failing chef provisioner test
This commit is contained in:
parent
5cb4b70e7e
commit
ca39512fa7
2 changed files with 6 additions and 2 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue