added MySQL
This commit is contained in:
6
attributes/mysql.rb
Normal file
6
attributes/mysql.rb
Normal file
@ -0,0 +1,6 @@
|
||||
require 'securerandom'
|
||||
|
||||
node.default['db']['name'] = "#{node['app']['name']}"
|
||||
node.default['db']['user'] = "#{node['app']['name']}"
|
||||
node.default['db']['root_password'] = SecureRandom.hex(13)
|
||||
node.default['db']['password'] = SecureRandom.hex(13)
|
Reference in New Issue
Block a user