Guest User

Untitled

a guest
Sep 2nd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2.  
  3. include_recipe "postgresql_database"
  4.  
  5. postgresql_database 'test' do
  6. connection { :host => "127.0.0.1", :port => 5432, :username => 'postgres', :password => node['postgresql']['password']['postgres'] }
  7. action :create
  8. provider "postgresql_database"
  9. end
Add Comment
Please, Sign In to add comment