You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably a bug, but the better solution would be to move to PowerShell package management (PowerShellGet) (which is supported by the powershell_package resource in core chef (as of 12.16 and newer).
Closing this issue due to age - in this case we are now deprecating the powershell_module resource from the cookbook. Please open a new issue if you cannot accomplish your goals using the powershell_package and powershell_package_source resources.
Steps to Reproduce:
powershell_module
resource to copy it to another location.Expected Result:
All files in the module, as well as any files in a subfolder, are copied.
Actual Result:
Only the files in the base directory are copied.
The text was updated successfully, but these errors were encountered: