FIX: vagrant up may fail when copying redis.yml. we don't need to copy it anymore.
This commit is contained in:
parent
0e246e65ad
commit
0e7f2bc3a9
|
@ -1,17 +0,0 @@
|
|||
defaults: &defaults
|
||||
host: localhost
|
||||
port: 6379
|
||||
db: 0
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
||||
test:
|
||||
<<: *defaults
|
||||
db: 1
|
||||
|
||||
staging:
|
||||
<<: *defaults
|
||||
|
||||
production:
|
||||
<<: *defaults
|
|
@ -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.
|
Loading…
Reference in New Issue