diff options
author | Adam Jacob <adam@hjksolutions.com> | 2009-05-11 13:58:48 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2009-05-11 13:58:48 -0700 |
commit | d9307c2ad2cb7c9d5b3fc70239b98b112fb74d09 (patch) | |
tree | 4201d1a8ef78771079d4dddc0ed4e2c281fa311f /features | |
parent | 17de4f8c9f1bc0d4c7400a5100ab2ce2ab594e28 (diff) | |
download | chef-d9307c2ad2cb7c9d5b3fc70239b98b112fb74d09.tar.gz |
Updating chef-repo rakefile to be distributed in chef for easy upgrades, adding metadata rake tasks
Diffstat (limited to 'features')
-rw-r--r-- | features/data/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/data/Rakefile b/features/data/Rakefile index b015e0b9c3..27e98cfd98 100644 --- a/features/data/Rakefile +++ b/features/data/Rakefile @@ -31,5 +31,5 @@ elsif File.directory?(File.join(TOPDIR, ".git")) $vcs = :git end -require 'chef/tasks/chef_repo' +require 'chef/tasks/chef_repo.rake' |