This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer need to create vagrant box locally
Signed-off-by: Abhijit Hiremagalur <[email protected]>
- Loading branch information
Chris Adams
committed
Mar 28, 2014
1 parent
89b0605
commit 6ee1cb7
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Vagrant.configure("2") do |config| | ||
config.ssh.username = "vagrant" | ||
config.vm.box = "warden-compatible" | ||
config.vm.box_url = "~/boxes/warden-compatible.box" | ||
config.vm.box_url = "https://s3.amazonaws.com/runtime-artifacts/warden-compatible.box" | ||
end |