mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1001 from rallytime/remove-xenial-repo
Add "yakkety" to ubuntu_codename_translation function
This commit is contained in:
commit
a1e6185868
1 changed files with 5 additions and 1 deletions
|
@ -1272,7 +1272,11 @@ __ubuntu_codename_translation() {
|
|||
fi
|
||||
;;
|
||||
"16")
|
||||
DISTRO_CODENAME="xenial"
|
||||
if [ "$_april" ]; then
|
||||
DISTRO_CODENAME="xenial"
|
||||
else
|
||||
DISTRO_CODENAME="yakkety"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
DISTRO_CODENAME="trusty"
|
||||
|
|
Loading…
Add table
Reference in a new issue