github.com/ratanraj/packer@v1.3.2/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 - Provisioners'
     9  sidebar_current: 'docs-provisioners-custom'
    10  ---
    11  
    12  # Custom Provisioner
    13  
    14  Packer is extensible, allowing you to write new provisioners without having to
    15  modify the core source code of Packer itself. Documentation for creating new
    16  provisioners is covered in the [custom
    17  provisioners](/docs/extending/custom-provisioners.html) page of the Packer plugin section.