Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Puppet Developer Experience
-
Needs Assessment
-
Bug Fix
-
This fixes a bug in PDK's --puppet-dev flag. Prior to this fix, PDK didn't pass the full set of Bundler environment variables through to every call when performing validation and unit tests, so the puppet source was not used.
-
Needs Assessment
Description
When specifying the `--puppet-dev` flag to validate or test unit, we set the PUPPET_GEM_VERSION to the file path of the cloned source, but we never run bundle install to actually use it.