Skip to content

Commit

Permalink
Remove database.yml from vagrant chef cookbook. Don't need to copy da…
Browse files Browse the repository at this point in the history
…tabase.yml anymore.
  • Loading branch information
nlalonde committed Jan 6, 2014
1 parent 3328973 commit 1dc0f34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
30 changes: 0 additions & 30 deletions chef/cookbooks/discourse/files/default/database.yml

This file was deleted.

4 changes: 0 additions & 4 deletions chef/cookbooks/discourse/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Install the configuration files we need
cookbook_file "/vagrant/config/database.yml" do
source "database.yml"
end

cookbook_file "/vagrant/config/redis.yml" do
source "redis.yml"
end

0 comments on commit 1dc0f34

Please sign in to comment.