Skip to content

Commit

Permalink
[COOK-4355] - Fix support for SQL server by using the right registry …
Browse files Browse the repository at this point in the history
…path

Signed-off-by: Sean OMeara <[email protected]>
  • Loading branch information
xstasi authored and Sean OMeara committed Mar 28, 2014
1 parent 43b3653 commit bab73d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end

static_tcp_reg_key = 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\\' + node['sql_server']['reg_version'] +
service_name + '\MSSQLServer\SuperSocketNetLib\Tcp\IPAll'
node['sql_server']['instance_name'] + '\MSSQLServer\SuperSocketNetLib\Tcp\IPAll'

# generate and set a password for the 'sa' super user
node.set_unless['sql_server']['server_sa_password'] = "#{secure_password}-aA12"
Expand Down

0 comments on commit bab73d4

Please sign in to comment.