Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cookbooks/rails_development/recipes/mysql.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Create mysql database.yml - should not be checked in.
# Database names will be vagrant_#{ENV}.
template '/vagrant/config/database.yml' do
user 'root'
source 'mysql/database.yml.erb'
variables({
:password => node['mysql']['server_root_password']
Expand Down
1 change: 0 additions & 1 deletion cookbooks/rails_development/recipes/postgres.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Create postgres database.yml - should not be checked in.
# Database names will be vagrant_#{ENV}.
template '/vagrant/config/database.yml' do
user 'root'
source 'postgres/database.yml.erb'
variables({
:password => node['postgresql']['password']['postgres']
Expand Down