fix lists

This commit is contained in:
Gareth J. Greenaway 2023-06-28 13:16:14 -07:00 committed by Megan Wilhite
parent 25ad522344
commit ebe00a73d6

View file

@ -33,15 +33,20 @@ The criteria to determine which category to place modules in will follow these r
## Core Modules
1. Required Salt Functionality
a. Modules such as state, sys, peer, grains, pillar, etc.
2. Modules critical to Salts Multi OS support
a. Modules that function across multiple operating systems like cmd and file.
## Supported Modules
1. Modules to support specific operating systems traditionally maintained by the core team
such as RedHat, MacOS, Windows, Solaris, etc.
2. Modules to support specific but critical applications, such as Apache, MySQL, etc.
3. Modules created and maintained as part of VMware backed support agreements and
contracts.
@ -49,7 +54,9 @@ contracts.
1. Modules to support specific operating systems traditionally maintained by the OS vendor
such as SUSE, openBSD, NetBSD, etc.
2. Modules to support cloud interfaces, such as AWS, Azure, etc.
3. Modules no longer maintained, or which we suspect are also no longer used or
maintained, such as moosefs, qemu_img, etc.