Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
add path to box to Vagrantfile for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm committed Feb 27, 2012
1 parent 719384e commit e08b13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Vagrant::Config.run do |config|

# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "demo-centos-box"
config.vm.box_url = "demo-centos-box.box"

# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
Expand Down

0 comments on commit e08b13e

Please sign in to comment.