Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Windows 10
-
-
Platform Core
-
Needs Assessment
-
Needs Assessment
Description
I have found an issue in windows 10 using the pip3 provider. In the puppet agent execution we noticed the error message:
"change from absent to present failed: Could not set 'present' on ensure: Could not locate command pip3"
I have manually tried to copy the pip3.exe to pip3 and the issue was solved.
Checking the puppet code I did a PR with my proposed changes:
https://github.com/puppetlabs/puppet/pull/6366
Thanks.