mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
16 lines
623 B
Markdown
16 lines
623 B
Markdown
---
|
|
description: |
|
|
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 page of the Packer plugin
|
|
section.
|
|
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.
|