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