Disable chef installation on sid base box

This commit is contained in:
Fabio Rehm 2013-05-05 11:07:39 -03:00
parent cb665ecdd5
commit 72b06dfa69

View file

@ -167,7 +167,7 @@ namespace :boxes do
desc 'Build an Debian Sid/unstable 64 bits box'
BuildDebianBoxTask.
new(:sid64,
:sid, 'amd64', chef: chef, puppet: puppet, babushka: babushka)
:sid, 'amd64', chef: false, puppet: puppet, babushka: babushka)
end
end
end