Chef installation is now disabled by default
This commit is contained in:
parent
e10822df32
commit
8dc0d09632
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue