-
Notifications
You must be signed in to change notification settings - Fork 170
chef-provisioning included with the Chef DK is current at v 1.1.1, however the latest is 1.2.0. #409
Comments
The root-root cause of this is that chef-provisioning 1.2 depends on winrm 1.3.x and knife-windows 0.8.5 depends on winrm 1.2.x. There is a knife-windows 1.0 update in the works that will bump up to the winrm 1.3.x dependency. Until then, though, there are a couple of options:
|
This will be fixed in ChefDK 0.7.0 by including knife-windows 1.0 and chef-provisioning 1.2 |
Fix is merged. |
Know this is closed; but is it just me or is this also occurring on an OOTB ChefDK 0.6.2 install?
|
In fact this doesn't just break |
@lantrix You probably have chef-provisioning 1.2 installed. You can do a You can also try moving |
Running basic Chef Provisioning examples from the provisioning README result in:
No socketless chef-zero server on given port 8889
, which has been resolved by chef-boneyard/chef-provisioning#337This issue can be resolved by running
gem update chef-provisioning
via the chef-dk, howeverchef verify
reports that winrm breaks:Is there anything we can do to help with the winrm issue?
Cheers -
Dave
The text was updated successfully, but these errors were encountered: