diff --git a/README.rst b/README.rst index 03dc461..2e75fe7 100644 --- a/README.rst +++ b/README.rst @@ -262,7 +262,6 @@ Red Hat family SUSE family ~~~~~~~~~~~ -- openSUSE 12/13 - openSUSE Leap 42 - openSUSE Tumbleweed 2015 - SUSE Linux Enterprise Server 11 SP1/11 SP2/11 SP3/12 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 4e0b144..dca78ce 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1502,8 +1502,8 @@ __check_end_of_life_versions() { opensuse) # openSUSE versions not supported # - # <= 12.1 - if ([ "$DISTRO_MAJOR_VERSION" -eq 12 ] && [ "$DISTRO_MINOR_VERSION" -eq 1 ]) || [ "$DISTRO_MAJOR_VERSION" -lt 12 ]; then + # <= 13.X + if [ "$DISTRO_MAJOR_VERSION" -le 13 ]; then echoerror "End of life distributions are not supported." echoerror "Please consider upgrading to the next stable. See:" echoerror " http://en.opensuse.org/Lifetime"