Fix Source Mage family mapping (#80985)

* Fix Source Mage family mapping

* Update docs too

* Add changelog fragment
pull/81009/head
Vlad Glagolev 1 year ago committed by GitHub
parent ff359fa8e1
commit faa6d55ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- distribution facts - fix Source Mage family mapping

@ -569,7 +569,7 @@ Possible values (sample, not complete list):
HP-UX
Mandrake
RedHat
SGML
SMGL
Slackware
Solaris
Suse

@ -524,7 +524,7 @@ class Distribution(object):
'Solaris': ['Solaris', 'Nexenta', 'OmniOS', 'OpenIndiana', 'SmartOS'],
'Slackware': ['Slackware'],
'Altlinux': ['Altlinux'],
'SGML': ['SGML'],
'SMGL': ['SMGL'],
'Gentoo': ['Gentoo', 'Funtoo'],
'Alpine': ['Alpine'],
'AIX': ['AIX'],

Loading…
Cancel
Save