Commit 0e8b61c1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: remove the hook TODO

parent 41f4ce56
...@@ -138,10 +138,6 @@ about the artifact results, so it is important it never changes. ...@@ -138,10 +138,6 @@ about the artifact results, so it is important it never changes.
Other than the builder ID, the rest should be self-explanatory by reading Other than the builder ID, the rest should be self-explanatory by reading
the [packer.Artifact interface documentation](#). the [packer.Artifact interface documentation](#).
## Hooks
TODO: Hooks are still undergoing some thought...
## Provisioning ## Provisioning
Packer has built-in support for provisioning, but the moment when provisioning Packer has built-in support for provisioning, but the moment when provisioning
...@@ -159,6 +155,13 @@ hook.Run(packer.HookProvision, ui, comm, nil) ...@@ -159,6 +155,13 @@ hook.Run(packer.HookProvision, ui, comm, nil)
At this point, Packer will run the provisioners and no additional work At this point, Packer will run the provisioners and no additional work
is necessary. is necessary.
<div class="alert alert-info alert-block">
<strong>Note:</strong> Hooks are still undergoing thought around their
general design and will likely change in a future version. They aren't
fully "baked" yet, so they aren't documented here other than to tell you
how to hook in provisioners.
</div>
## Caching Files ## Caching Files
It is common for some builders to deal with very large files, or files that It is common for some builders to deal with very large files, or files that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment