Skip to content

Commit

Permalink
require_recipe 'couchdb' from main recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Zygmuntowicz committed Feb 23, 2009
1 parent ed9b08b commit f092d23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cookbooks/main/recipes/default.rb
@@ -1,5 +1,7 @@
execute "testing" do
command %Q{
echo "i ran at #{Time.now}" >> /root/yessir
echo "i ran at #{Time.now}" >> /root/cheftime
}
end
end

require_recipe "couchdb"

0 comments on commit f092d23

Please sign in to comment.