From bb51a51ecba94b9f8633430d6f7989f5ad357153 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 7 Jun 2013 21:40:39 -0300 Subject: [PATCH] Enable chef for raring base boxes --- tasks/boxes.v2.rake | 2 +- tasks/boxes.v3.rake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/boxes.v2.rake b/tasks/boxes.v2.rake index 0287897..147161d 100644 --- a/tasks/boxes.v2.rake +++ b/tasks/boxes.v2.rake @@ -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 ) diff --git a/tasks/boxes.v3.rake b/tasks/boxes.v3.rake index 115debd..e54beca 100644 --- a/tasks/boxes.v3.rake +++ b/tasks/boxes.v3.rake @@ -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 )