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.
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