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
Chef-dk introduced a bug in 0.18.26 (most likely due to upgrading the versions of the winrm gems) that results in the fallowing:
- write file C:\chef\install.ps1 on base-2012r2-2016-08-01
[base-2012r2-2016-08-01] File C:\chef\install.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:3
+ & "C:\chef\install.ps1"
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
Chef-dk introduced a bug in 0.18.26 (most likely due to upgrading the versions of the winrm gems) that results in the fallowing:
See https://github.com/WinRb/winrm-elevated and probably somewhere around https://github.com/chef/chef-provisioning-aws/blob/master/lib/chef/provisioning/aws_driver/driver.rb#L1101
The text was updated successfully, but these errors were encountered: