vagrant and chef install everything
This commit is contained in:
5
ops/cookbooks/vendor/t42-common/attributes/postgres.rb
vendored
Normal file
5
ops/cookbooks/vendor/t42-common/attributes/postgres.rb
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
require 'securerandom'
|
||||
|
||||
default['db']['name'] = node['app']['name']
|
||||
default['db']['user'] = node['app']['name']
|
||||
default['db']['password'] = SecureRandom.hex(13)
|
Reference in New Issue
Block a user