Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Night's Watch
-
2
-
NW - 2020-09-16
-
Enhancement
-
Remove external dependency on the win32/dir gem and replace the usage of CSIDL constants with environment variables
-
Needs Assessment
Description
We removed our external dependency on the win32-dir gem in PUP-6184 by pulling the gem code in puppet. However, it seems that win32-dir features are scarcely used outside of constants which can all be replaced by environment variables.
We need to check if we're actually using anything from the dir monkey-patch. If not, we should remove it entirely.