Added Postgres recipe
This commit is contained in:
5
attributes/postgres.rb
Normal file
5
attributes/postgres.rb
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