Enable chef for raring base boxes

This commit is contained in:
Fabio Rehm 2013-06-07 21:40:39 -03:00
parent 06f2063d53
commit bb51a51ecb
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ namespace :boxes do
desc 'Build an Ubuntu Raring 64 bits box'
BuildUbuntuBoxTaskV2.
new(:raring64,
:raring, 'amd64', chef: false, puppet: puppet, babushka: babushka)
:raring, 'amd64', chef: chef, puppet: puppet, babushka: babushka)
desc 'Build all Ubuntu boxes'
task :all => %w( precise64 quantal64 raring64 )

View file

@ -44,7 +44,7 @@ namespace :boxes do
desc 'Build an Ubuntu Raring 64 bits box'
BuildUbuntuBoxTaskV3.
new(:raring64,
:raring, 'amd64', chef: false, puppet: puppet, babushka: babushka)
:raring, 'amd64', chef: chef, puppet: puppet, babushka: babushka)
desc 'Build all Ubuntu boxes'
task :all => %w( precise64 quantal64 raring64 )