FIX: vagrant up may fail when copying redis.yml. we don't need to copy it anymore.

This commit is contained in:
Neil Lalonde 2014-01-07 11:34:30 -05:00
parent 0e246e65ad
commit 0e7f2bc3a9
2 changed files with 2 additions and 20 deletions

View File

@ -1,17 +0,0 @@
defaults: &defaults
host: localhost
port: 6379
db: 0
development:
<<: *defaults
test:
<<: *defaults
db: 1
staging:
<<: *defaults
production:
<<: *defaults

View File

@ -1,4 +1,3 @@
# Install the configuration files we need
cookbook_file "/vagrant/config/redis.yml" do
source "redis.yml"
end
# Nothing here anymore. I'll leave this recipe in case we need to add stuff for vagrant again.