correct docs (precise32 -> hashicorp/precise32)
This commit is contained in:
parent
846f942ff0
commit
d03fb932a1
|
@ -24,7 +24,7 @@ is a simple edit to the Vagrantfile, which now looks like this:
|
|||
|
||||
```ruby
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "precise32"
|
||||
config.vm.box = "hashicorp/precise32"
|
||||
config.vm.provision :shell, :path => "bootstrap.sh"
|
||||
config.vm.network :forwarded_port, host: 4567, guest: 80
|
||||
end
|
||||
|
|
|
@ -36,7 +36,7 @@ look like this:
|
|||
|
||||
```ruby
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "precise32"
|
||||
config.vm.box = "hashicorp/precise32"
|
||||
config.vm.provision :shell, :path => "bootstrap.sh"
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue