Skip to content

Error in ConfigurationFile.ini #116

@mahsoud

Description

@mahsoud

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions