Cookbook version
5.4.0
Chef-client version
13.6.4
Platform Details
Windows Server 2016 (v10.0.14393.0) running on HyperV.
Scenario:
Install SQL Express 2016 by configuring sql_server_install resource
Steps to Reproduce:
Configure resource in a recipe:
sql_server_install "Install SQL 2016 Express" do
source_url privateUrl
version '2016'
sa_password 'TheSecurePassword'
sql_reboot false
accept_eula true
end
Expected Result:
Installation of SQL Express to take place once the recipe is invoked.
Actual Result:
See attached error. Conflict in ConfigurationFile.ini, due to @feature being null.
error.log
Cookbook version
5.4.0
Chef-client version
13.6.4
Platform Details
Windows Server 2016 (v10.0.14393.0) running on HyperV.
Scenario:
Install SQL Express 2016 by configuring sql_server_install resource
Steps to Reproduce:
Configure resource in a recipe:
sql_server_install "Install SQL 2016 Express" do
source_url privateUrl
version '2016'
sa_password 'TheSecurePassword'
sql_reboot false
accept_eula true
end
Expected Result:
Installation of SQL Express to take place once the recipe is invoked.
Actual Result:
See attached error. Conflict in ConfigurationFile.ini, due to @feature being null.
error.log