mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
fix lists
This commit is contained in:
parent
25ad522344
commit
ebe00a73d6
1 changed files with 7 additions and 0 deletions
|
@ -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 Salt’s 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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue