github.com/marksheahan/packer@v0.10.2-0.20160613200515-1acb2d6645a0/website/source/docs/provisioners/custom.html.md (about) 1 --- 2 description: | 3 Packer is extensible, allowing you to write new provisioners without having to 4 modify the core source code of Packer itself. Documentation for creating new 5 provisioners is covered in the custom provisioners page of the Packer plugin 6 section. 7 layout: docs 8 page_title: Custom Provisioner 9 ... 10 11 # Custom Provisioner 12 13 Packer is extensible, allowing you to write new provisioners without having to 14 modify the core source code of Packer itself. Documentation for creating new 15 provisioners is covered in the [custom 16 provisioners](/docs/extend/provisioner.html) page of the Packer plugin section.