diff --git a/website/source/docs/extend/builder.html.markdown b/website/source/docs/extend/builder.html.markdown index 6ae115c88..4bdfea52a 100644 --- a/website/source/docs/extend/builder.html.markdown +++ b/website/source/docs/extend/builder.html.markdown @@ -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 the [packer.Artifact interface documentation](#). -## Hooks - -TODO: Hooks are still undergoing some thought... - ## Provisioning Packer has built-in support for provisioning, but the moment when provisioning @@ -159,6 +155,13 @@ hook.Run(packer.HookProvision, ui, comm, nil) At this point, Packer will run the provisioners and no additional work is necessary. +