Update docs

This commit is contained in:
Fabio Rehm 2013-07-21 20:51:26 -03:00
parent e7912fa14a
commit 175aba8b43

View file

@ -48,12 +48,12 @@ configure things properly from your `Vagrantfile`. Please have a look at
the [available cache buckets](#available-cache-buckets) section below for more the [available cache buckets](#available-cache-buckets) section below for more
information. information.
Under the hood, the plugin will hook into calls to `Vagrant::Builtin::Provision` Under the hood, the plugin will monkey patch `Vagrant::Builtin::Provision` and
during `vagrant up` / `vagrant reload` and will set things up for each configured will set things up for each configured cache bucket before running each defined
cache bucket. Before halting the machine, it will revert the changes required provisioner and after all provisioners are done. Before halting the machine,
to set things up by hooking into calls to `Vagrant::Builtin::GracefulHalt` so it will revert the changes required to set things up by hooking into calls to
that you can repackage the machine for others to use without requiring users to `Vagrant::Builtin::GracefulHalt` so that you can repackage the machine for others
install the plugin as well. to use without requiring users to install the plugin as well.
Cache buckets will be available from `/tmp/vagrant-cachier` on your guest and Cache buckets will be available from `/tmp/vagrant-cachier` on your guest and
the appropriate folders will get symlinked to the right path _after_ the machine is the appropriate folders will get symlinked to the right path _after_ the machine is