Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
-
2
-
Windows 2016-07-13, Windows 2016-09-07
Description
From https://github.com/puppetlabs/puppetlabs-powershell/issues/123
—
After upgrade to 2.0.1 version of plugin i notice that cwd param broken, and dont change path to value.
Example script:
exec { "cwd test":
|
cwd => 'c:/windows/',
|
command => 'get-location',
|
provider => powershell,
|
}
|
At 1.0.6 version all works fine.
—
Attachments
Issue Links
- links to