Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Shorter aliases for VBox tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Jul 25, 2011
1 parent b2a85ef commit 94f1795
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -32,6 +32,10 @@ VirtualBox.define_rake_tasks(
:image => "#{ENV['HOME']}/Desktop/Not Backed Up/OS/VBox Images/Ubuntu64Base.ova"
)

task :start => 'virtualbox:start'
task :stop => 'virtualbox:stop'
task :info => 'virtualbox:info'

desc 'Prepares the VMs for chef'
task :prepare => 'virtualbox:start' do
hosts.each do |type, host|
Expand Down

0 comments on commit 94f1795

Please sign in to comment.