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
The problem occurs when chef-provisioning try to update client.rb file on windows machine, but it is impossible because file is handled by current process.
In method def files_different?(path, local_path, content=nil) end
client.rb is opened in powershell script, but not disposed so w can't do anything with that file in next step.
Chef Development Kit Version: 1.2.20
chef-client version: 12.18.31
delivery version: master (0b746cafed65a9ea1a79de3cc546e7922de9187c)
berks version: 5.3.0
kitchen version: 1.14.2
The text was updated successfully, but these errors were encountered:
The problem occurs when chef-provisioning try to update client.rb file on windows machine, but it is impossible because file is handled by current process.
In method
def files_different?(path, local_path, content=nil) end
client.rb is opened in powershell script, but not disposed so w can't do anything with that file in next step.
Chef Development Kit Version: 1.2.20
chef-client version: 12.18.31
delivery version: master (0b746cafed65a9ea1a79de3cc546e7922de9187c)
berks version: 5.3.0
kitchen version: 1.14.2
The text was updated successfully, but these errors were encountered: