Skip to content

Commit c04ec8f

Browse files
committed
Merge pull request #3 from tehranian/master
Fix bad "precise32-vcenter.box" URL in example "Vagrantfile"
2 parents 30101d5 + 4044119 commit c04ec8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Configuration
3636
Here's a sample Multi-VM Vagrantfile:
3737

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

4141
nodes = [
4242
{ hostname: 'web-vm',

0 commit comments

Comments
 (0)