puppetlabs / bolt-vanagon

Apache License 2.0
2 stars 30 forks source link

(GH-1402) Set SSL env variables before running Bolt in PowerShell module #127

Closed beechtom closed 4 years ago

beechtom commented 4 years ago

This updates the Bolt PowerShell module to use scoped variables instead of environment variables and set SSL-based environment variables prior to each invocation of Bolt.

Previously, environment variables were used and the SSL-based variables were set only once, causing issues when running Bolt and PDK in succession.

Fixes puppetlabs/bolt#1402

lucywyman commented 4 years ago

Tested it out, confirmed this fixes the issue!