Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with updating client.rb file on windows machine #560

Open
ceneo opened this issue Feb 6, 2017 · 0 comments
Open

Problem with updating client.rb file on windows machine #560

ceneo opened this issue Feb 6, 2017 · 0 comments

Comments

@ceneo
Copy link

ceneo commented Feb 6, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant