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 solo isn't installing on Windows Server 2008 R2. Other provisioning like shell and powershell are working fine, but when it comes to chef-solo provisioning, the inbuilt installation script gets stuck.
I tried the following workarounds:
Overriding the inbuilt command with install_command. Doesnt work
Have a shell provisioning with installation command. Doesnt work
Have a powershell provisioning with installation command. Doesnt work
The guest VM is Windows Server 2008 R2. It has dotNet 4.5 and Windows Management Framework 5.0 installed (Powershell v5 is present).
This issue was originally opened by @Chan9390 as hashicorp/packer#5220. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
Chef solo isn't installing on Windows Server 2008 R2. Other provisioning like shell and powershell are working fine, but when it comes to chef-solo provisioning, the inbuilt installation script gets stuck.
I tried the following workarounds:
install_command
. Doesnt workThe guest VM is Windows Server 2008 R2. It has dotNet 4.5 and Windows Management Framework 5.0 installed (Powershell v5 is present).
Packer version : Tested with 1.0.0 and 1.0.3
Host platform : Ubuntu 16.04
End output from logs:
Provisioning script:
Look at the entire script here.
The text was updated successfully, but these errors were encountered: