Disable chef installation on sid base box
This commit is contained in:
parent
cb665ecdd5
commit
72b06dfa69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue