Update styling and text on chef solo docs
This commit is contained in:
parent
7b376ca9ab
commit
bbdf675dfe
|
@ -313,6 +313,10 @@ blockquote {
|
|||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.sidebar ol ul {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
/* -------------------------------
|
||||
PREFOOTER
|
||||
------------------------------ */
|
||||
|
|
|
@ -155,7 +155,7 @@ Vagrant::Configure.run do |config|
|
|||
end
|
||||
{% endhighlight %}
|
||||
|
||||
## Configuring the Server Path
|
||||
## Configuring the Temporary Path
|
||||
|
||||
In order to run chef, Vagrant has to mount the specified cookbooks directory as a
|
||||
shared folder on the virtual machine. By default, this is set to be `/tmp/vagrant-chef`,
|
||||
|
@ -185,4 +185,4 @@ end
|
|||
Once enabled, if you are building a VM from scratch, run `vagrant up` and provisioning
|
||||
will automatically occur. If you already have a running VM and don't want to rebuild
|
||||
everything from scratch, run `vagrant reload` and it will restart the VM, without completely
|
||||
destroying the environment first, allowing the import step to be skipped.
|
||||
destroying the environment first, allowing the import step to be skipped.
|
||||
|
|
Loading…
Reference in New Issue