From 8dc0d09632c2e9e56885ecbdc29d6191b835af9e Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 8 Jul 2013 10:47:29 -0300 Subject: [PATCH] Chef installation is now disabled by default --- tasks/boxes.v2.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/boxes.v2.rake b/tasks/boxes.v2.rake index 147161d..d2cf433 100644 --- a/tasks/boxes.v2.rake +++ b/tasks/boxes.v2.rake @@ -11,7 +11,7 @@ class BuildGenericBoxTaskV2 < ::Rake::TaskLib @distrib = distrib @release = release.to_s @arch = arch.to_s - @install_chef = opts.fetch(:chef, true) + @install_chef = opts.fetch(:chef, false) @install_puppet = opts.fetch(:puppet, true) @install_babushka = opts.fetch(:babushka, true) @file = opts[:file] || default_box_file