mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add link to SUSE releases page
This commit is contained in:
parent
5ba3e346fb
commit
5370e2cc39
2 changed files with 2 additions and 1 deletions
|
@ -264,7 +264,7 @@ SUSE family
|
||||||
|
|
||||||
- openSUSE Leap 42.2/42.3
|
- openSUSE Leap 42.2/42.3
|
||||||
- openSUSE Tumbleweed 2015
|
- openSUSE Tumbleweed 2015
|
||||||
- SUSE Linux Enterprise Server 11 SP4/12 SP2
|
- SUSE Linux Enterprise Server 11 SP4, 12 SP2
|
||||||
|
|
||||||
|
|
||||||
Ubuntu and derivatives
|
Ubuntu and derivatives
|
||||||
|
|
|
@ -1531,6 +1531,7 @@ __check_end_of_life_versions() {
|
||||||
([ "$DISTRO_MAJOR_VERSION" -eq 12 ] && [ "$SUSE_PATCHLEVEL" -lt 02 ]); then
|
([ "$DISTRO_MAJOR_VERSION" -eq 12 ] && [ "$SUSE_PATCHLEVEL" -lt 02 ]); then
|
||||||
echoerror "Versions lower than SuSE 11 SP4 or 12 SP2 are not supported."
|
echoerror "Versions lower than SuSE 11 SP4 or 12 SP2 are not supported."
|
||||||
echoerror "Please consider upgrading to the next stable"
|
echoerror "Please consider upgrading to the next stable"
|
||||||
|
echoerror " https://www.suse.com/lifecycle/"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue