Merge pull request #9550 from hashicorp/unmaintained-plugins-note

Add note for unmaintained community-supported plugins
This commit is contained in:
Megan Marsh 2020-07-08 16:46:36 -07:00 committed by GitHub
commit d5c40fb0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 0 deletions

View File

@ -95,3 +95,20 @@ See
[CONTRIBUTING.md](https://github.com/hashicorp/packer/blob/master/.github/CONTRIBUTING.md) [CONTRIBUTING.md](https://github.com/hashicorp/packer/blob/master/.github/CONTRIBUTING.md)
for best practices and instructions on setting up your development environment for best practices and instructions on setting up your development environment
to work on Packer. to work on Packer.
## Unmaintained Plugins
As contributors' circumstances change, development on a community-maintained
plugins can slow. When this happens, the Packer team may mark a plugin as
unmaintained, to clearly signal the plugin's status to users.
What does **unmaintained** mean?
1. The code repository and all commit history will still be available.
1. Documentation will remain on the Packer website.
1. Issues and pull requests are monitored as a best effort.
1. No active development will be performed by the Packer team.
If anyone form them community is interested in maintaining a community
supported plugin, please feel free to submit contributions via a pull-
request for review; reviews are generally prioritized over feature work
when possible. For a list of open plugin issues and pending feature requests see the [Packer Issue Tracker](https://github.com/hashicorp/packer/issues/).

View File

@ -9,12 +9,15 @@ sidebar_title: Salt Masterless
# Salt Masterless Provisioner # Salt Masterless Provisioner
@include 'provisioners/unmaintained-plugin.mdx'
Type: `salt-masterless` Type: `salt-masterless`
The `salt-masterless` Packer provisioner provisions machines built by Packer The `salt-masterless` Packer provisioner provisions machines built by Packer
using [Salt](http://saltstack.com/) states, without connecting to a Salt using [Salt](http://saltstack.com/) states, without connecting to a Salt
master. master.
## Basic Example ## Basic Example
The example below is fully functional. The example below is fully functional.

View File

@ -0,0 +1,2 @@
~> **This community-supported provisioner is unmaintained**, read more details in the [README](https://github.com/hashicorp/packer/blob/master/README.md#unmaintained-plugins)