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