parent
637db00e87
commit
7e6df6a141
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ namespace :boxes do
|
||||||
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')
|
||||||
|
|
||||||
|
desc 'Build an Ubuntu Raring 64 bits box with puppet installed'
|
||||||
|
BuildUbuntuBoxTask.new(:raring64, :raring, 'amd64', chef: false)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue