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

Moving resources to an instance variable hash #6

Merged
merged 1 commit into from
Dec 17, 2015

Conversation

adamleff
Copy link
Contributor

This solves an issue with the driver returning the same resource
back to chef-client when used with machine_batch, thus causing
only one node in the batch to converge.

The parallelizers used in chef-provisioning core do not instantiate a new instance of the driver for each machine, so the current implementation causes only resource to be stored and returned.

This solves an issue with the driver returning the same resource
back to chef-client when used with `machine_batch`, thus causing
only one node in the batch to converge.
@jjasghar
Copy link

👍 🚀 🍰 👍

adamleff added a commit that referenced this pull request Dec 17, 2015
Moving resources to an instance variable hash
@adamleff adamleff merged commit c22fb0a into master Dec 17, 2015
@adamleff adamleff deleted the adamleff/resource-bugfix branch December 17, 2015 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants