Skip to content

Commit

Permalink
Merge pull request #3 from tehranian/master
Browse files Browse the repository at this point in the history
Fix bad "precise32-vcenter.box" URL in example "Vagrantfile"
  • Loading branch information
frapposelli committed May 28, 2014
2 parents 30101d5 + 4044119 commit c04ec8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Configuration
Here's a sample Multi-VM Vagrantfile:

```ruby
precise32_box_url = 'http://vagrant.tsugliani.fr/precise32-vcenter.box'
precise32_box_url = 'http://vagrant.gosddc.com/boxes/precise32-vcenter.box'

nodes = [
{ hostname: 'web-vm',
Expand Down

0 comments on commit c04ec8f

Please sign in to comment.