mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
12 lines
354 B
Markdown
12 lines
354 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Custom Provisioner"
|
|
---
|
|
|
|
# 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.
|