Add note to unmaintained provisioners (#10283)

This commit is contained in:
Wilken Rivera 2020-11-19 10:36:31 -05:00 committed by GitHub
parent aff33f057a
commit f42094688f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 1 deletions

View File

@ -14,6 +14,8 @@ sidebar_title: Chef Client
# Chef Client Provisioner
@include 'provisioners/unmaintained-plugin.mdx'
Type: `chef-client`
The Chef Client Packer provisioner installs and configures software on machines

View File

@ -10,6 +10,8 @@ sidebar_title: Chef Solo
# Chef Solo Provisioner
@include 'provisioners/unmaintained-plugin.mdx'
Type: `chef-solo`
The Chef solo Packer provisioner installs and configures software on machines

View File

@ -9,6 +9,8 @@ sidebar_title: Converge
# Converge Provisioner
@include 'provisioners/unmaintained-plugin.mdx'
Type: `converge`
The [Converge](http://converge.aster.is) Packer provisioner uses Converge

View File

@ -18,6 +18,8 @@ sidebar_title: Puppet Masterless
# Puppet (Masterless) Provisioner
@include 'provisioners/unmaintained-plugin.mdx'
Type: `puppet-masterless`
The masterless Puppet Packer provisioner configures Puppet to run on the

View File

@ -9,6 +9,8 @@ sidebar_title: Puppet Server
# Puppet Server Provisioner
@include 'provisioners/unmaintained-plugin.mdx'
Type: `puppet-server`
The `puppet-server` Packer provisioner provisions Packer machines with Puppet

View File

@ -1 +1 @@
~> **This community-supported provisioner is unmaintained**, read more details in the [README](https://github.com/hashicorp/packer/blob/master/README.md#unmaintained-plugins)
~> **This is community maintained provisioner is currently unmaintained**; if you are interested in contributing or taking ownership of it, please reach out to us at [packer@hashicorp.com](mailto://packer@hashicorp.com). More details can be found in the [README](https://github.com/hashicorp/packer/blob/master/README.md#unmaintained-plugins).