mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #3566 from benhosmer/develop
#3556 from darkwyrm adding mint support
This commit is contained in:
commit
da3c95ffb8
@ -25,7 +25,7 @@ import locale
|
||||
# /etc/DISTRO-release checking that is part of platform.linux_distribution()
|
||||
from platform import _supported_dists
|
||||
_supported_dists += ('arch', 'mageia', 'meego', 'vmware', 'bluewhite64',
|
||||
'slamd64', 'enterprise', 'ovs', 'system')
|
||||
'slamd64', 'enterprise', 'ovs', 'system', 'mint')
|
||||
|
||||
# Import salt libs
|
||||
import salt.log
|
||||
@ -525,6 +525,7 @@ _OS_FAMILY_MAP = {
|
||||
'OEL': 'RedHat',
|
||||
'Mandrake': 'Mandriva',
|
||||
'ESXi': 'VMWare',
|
||||
'Mint': 'Debian',
|
||||
'VMWareESX': 'VMWare',
|
||||
'Bluewhite64': 'Bluewhite',
|
||||
'Slamd64': 'Slackware',
|
||||
|
Loading…
Reference in New Issue
Block a user