website: custom provisioner
This commit is contained in:
parent
824da0fb8f
commit
2217606e38
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: "docs"
|
||||
---
|
||||
|
||||
# Custom Provisioner
|
||||
|
||||
Packer is extensible, allowing you to write new provisioners without having to
|
||||
modify the core source code of Packer itself. Documentation for creating
|
||||
new provisioners is covered in the [custom provisioners](/docs/extend/provisioner.html)
|
||||
page of the Packer plugin section.
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
<li class="nav-header">Provisioners</li>
|
||||
<li><a href="/docs/provisioners/shell.html">Shell Scripts</a></li>
|
||||
<li><a href="#">Custom</a></li>
|
||||
<li><a href="/docs/provisioners/custom.html">Custom</a></li>
|
||||
|
||||
<li class="nav-header">Other</li>
|
||||
<li><a href="/docs/other/core-configuration.html">Core Configuration</a></li>
|
||||
|
|
Loading…
Reference in New Issue