From 61062af189251010d5cc8b1afa7fc20f32795773 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 7 Dec 2009 20:14:06 +0000 Subject: CHEF-542: cookbook tarball CRUD, which necessitated CHEF-754: repositories configured in the cookbook_path are no longer overlayed in reverse order. --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 72b45f408a..fcfa40b221 100644 --- a/Rakefile +++ b/Rakefile @@ -290,6 +290,10 @@ namespace :features do Cucumber::Rake::Task.new(:cookbooks) do |t| t.profile = "api_cookbooks" end + + Cucumber::Rake::Task.new(:cookbook_tarballs) do |t| + t.profile = "api_cookbooks_tarballs" + end end namespace :data do -- cgit v1.2.1