instructions a lot, and included setup instructions for provisioning your own VM. Closes #28 and #61.
8 lines
188 B
Ruby
8 lines
188 B
Ruby
# 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 |