mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Remove Ubuntu 15 from ubuntu_codename_translation function
This commit is contained in:
parent
22a9a7c384
commit
c80e8e6cae
1 changed files with 0 additions and 7 deletions
|
@ -1258,13 +1258,6 @@ __ubuntu_codename_translation() {
|
|||
"14")
|
||||
DISTRO_CODENAME="trusty"
|
||||
;;
|
||||
"15")
|
||||
if [ -n "$_april" ]; then
|
||||
DISTRO_CODENAME="vivid"
|
||||
else
|
||||
DISTRO_CODENAME="wily"
|
||||
fi
|
||||
;;
|
||||
"16")
|
||||
DISTRO_CODENAME="xenial"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue