Add task for building raring 64 boxes

Closes #56
This commit is contained in:
Fabio Rehm 2013-04-21 22:32:37 -03:00
parent 637db00e87
commit 7e6df6a141

View file

@ -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