Skip to content

Commit

Permalink
[COOK-3725] - Ensure the random passowrd always meets complexity cons…
Browse files Browse the repository at this point in the history
…traints

Signed-off-by: Sean OMeara <[email protected]>
  • Loading branch information
e100 authored and Sean OMeara committed Feb 21, 2014
1 parent 7ce9ff8 commit 201e6c0
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 @@ -29,7 +29,7 @@
service_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
node.set_unless['sql_server']['server_sa_password'] = "#{secure_password}-aA12"
# force a save so we don't lose our generated password on a failed chef run
node.save unless Chef::Config[:solo]

Expand Down

0 comments on commit 201e6c0

Please sign in to comment.