diff --git a/tasks/boxes.rake b/tasks/boxes.rake index 4a56ca6..dff1272 100644 --- a/tasks/boxes.rake +++ b/tasks/boxes.rake @@ -67,6 +67,8 @@ namespace :boxes do desc 'Build an Ubuntu Quantal 64 bits box with puppet and chef installed' BuildUbuntuBoxTask.new(:quantal64, :quantal, 'amd64') + desc 'Build an Ubuntu Raring 64 bits box with puppet installed' + BuildUbuntuBoxTask.new(:raring64, :raring, 'amd64', chef: false) end end end