discourse/chef/cookbooks/discourse/recipes/default.rb

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