Chef installation is now disabled by default

This commit is contained in:
Fabio Rehm 2013-07-08 10:47:29 -03:00
parent e10822df32
commit 8dc0d09632

View file

@ -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