Update styling and text on chef solo docs

This commit is contained in:
Mitchell Hashimoto 2010-07-31 11:04:06 -07:00
parent 7b376ca9ab
commit bbdf675dfe
2 changed files with 6 additions and 2 deletions

View File

@ -313,6 +313,10 @@ blockquote {
margin-bottom: 0px;
}
.sidebar ol ul {
margin-left: 0px;
}
/* -------------------------------
PREFOOTER
------------------------------ */

View File

@ -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.