This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/chef/cookbooks/discourse/recipes/default.rb
Robin Ward 3875806315 Introduction of Chef to Vagrant. Removed redis.yml and database.yml. Also updated
instructions a lot, and included setup instructions for provisioning your own VM.

Closes #28 and #61.
2013-02-12 11:18:59 -05:00

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