Fix the failing chef provisioner test
This commit is contained in:
parent
5cb4b70e7e
commit
ca39512fa7
|
@ -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 New Issue