github.com/jerryclinesmith/packer@v0.3.7/website/source/docs/provisioners/custom.html.markdown (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Custom Provisioner"
     4  ---
     5  
     6  # Custom Provisioner
     7  
     8  Packer is extensible, allowing you to write new provisioners without having to
     9  modify the core source code of Packer itself. Documentation for creating
    10  new provisioners is covered in the [custom provisioners](/docs/extend/provisioner.html)
    11  page of the Packer plugin section.