sous-chefs / sql_server

Development repository for the sql_server cookbook
https://supermarket.chef.io/cookbooks/sql_server
Apache License 2.0
63 stars 124 forks source link

Missing Quotes in _ConfigurationFile leads to failure #175

Closed bryanwieg closed 2 years ago

bryanwieg commented 2 years ago

This lack of quotes in the _ConfigurationFile template will confuse the SQL installer when the SSAS feature is installed and lead to problems.

https://github.com/sous-chefs/sql_server/blob/61404aca55267913c4735470d2c44881880a5bb3/templates/_ConfigurationFile.ini.erb#L240

Should be:

ASSVCACCOUNT="<%= @as_svc_account %>"

Just as in the code in the above examples. Like here: https://github.com/sous-chefs/sql_server/blob/61404aca55267913c4735470d2c44881880a5bb3/templates/_ConfigurationFile.ini.erb#L210

bryanwieg commented 2 years ago

apparently, this is already reported