mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1084 from rallytime/update-fedora-support
Update Fedora support: 23 is EOL now.
This commit is contained in:
commit
c8d79f0d00
2 changed files with 3 additions and 3 deletions
|
@ -238,7 +238,7 @@ Red Hat family
|
|||
- Amazon Linux 2012.3 and later
|
||||
- CentOS 6/7
|
||||
- Cloud Linux 6/7
|
||||
- Fedora 23/24/25
|
||||
- Fedora 24/25
|
||||
- Oracle Linux 6/7
|
||||
- Red Hat Enterprise Linux 6/7
|
||||
- Scientific Linux 6/7
|
||||
|
|
|
@ -1462,8 +1462,8 @@ __check_end_of_life_versions() {
|
|||
;;
|
||||
|
||||
fedora)
|
||||
# Fedora lower than 23 are no longer supported
|
||||
if [ "$DISTRO_MAJOR_VERSION" -lt 23 ]; then
|
||||
# Fedora lower than 24 are no longer supported
|
||||
if [ "$DISTRO_MAJOR_VERSION" -lt 24 ]; then
|
||||
echoerror "End of life distributions are not supported."
|
||||
echoerror "Please consider upgrading to the next stable. See:"
|
||||
echoerror " https://fedoraproject.org/wiki/Releases"
|
||||
|
|
Loading…
Add table
Reference in a new issue