Aleks Saul

Results 2 comments of Aleks Saul

Can you try setting the http_proxy and https_proxy on the OS level, such as ``` write_files: - path: "/etc/environment" permissions: "0644" owner: "root" content: | http_proxy=http://192.168.213.4:8080 https_proxy=http://192.168.213.4:8080 ``` also since...

@jemattson did you get a chance to try above ? I've done limited testing with it and curious to find out results.