mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add support for AmazonLinux 2023 when building repos
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
e7b5a4e0d8
commit
d94312b546
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ def debian(
|
|||
|
||||
|
||||
_rpm_distro_info = {
|
||||
"amazon": ["2"],
|
||||
"amazon": ["2", "2023"],
|
||||
"redhat": ["7", "8", "9"],
|
||||
"fedora": ["36", "37", "38"],
|
||||
"photon": ["3", "4", "5"],
|
||||
|
|
Loading…
Add table
Reference in a new issue