summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d9c3c397da..ad3f108ac8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,6 +21,8 @@ require_relative "tasks/rspec"
require_relative "tasks/dependencies"
require_relative "tasks/announce"
+ENV['CHEF_LICENSE'] = "accept-no-persist"
+
# hack the chef-config install to run before the traditional install task
task :super_install do
chef_config_path = ::File.join(::File.dirname(__FILE__), "chef-config")