fix alt linux detection for new versions (#43723)

they dropped the Linux so now it only shows as ALT, it should still be backwards compatible
pkg_mgr detection relies on `Altlinux` string, so properly setting os_distribution should take care of it as side effect
fixes #43539
This commit is contained in:
Brian Coca
2018-08-10 15:16:33 -04:00
committed by GitHub
parent 37361d9b0b
commit abe68d523c
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix alt linux detection/matching