parent
4e136452cd
commit
637db00e87
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ end
|
||||||
namespace :boxes do
|
namespace :boxes do
|
||||||
namespace :ubuntu do
|
namespace :ubuntu do
|
||||||
namespace :build do
|
namespace :build do
|
||||||
|
desc 'Build an Ubuntu Precise 64 bits box with puppet and chef installed'
|
||||||
|
BuildUbuntuBoxTask.new(:precise64, :precise, 'amd64')
|
||||||
|
|
||||||
desc 'Build an Ubuntu Quantal 64 bits box with puppet and chef installed'
|
desc 'Build an Ubuntu Quantal 64 bits box with puppet and chef installed'
|
||||||
BuildUbuntuBoxTask.new(:quantal64, :quantal, 'amd64')
|
BuildUbuntuBoxTask.new(:quantal64, :quantal, 'amd64')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue