mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Forgot to update os_family map in #37472
This commit is contained in:
parent
f4426c2233
commit
96ba545492
1 changed files with 2 additions and 1 deletions
|
@ -1074,10 +1074,12 @@ _OS_FAMILY_MAP = {
|
|||
'SLES_SAP': 'Suse',
|
||||
'Solaris': 'Solaris',
|
||||
'SmartOS': 'Solaris',
|
||||
'OmniOS': 'Solaris',
|
||||
'OpenIndiana Development': 'Solaris',
|
||||
'OpenIndiana': 'Solaris',
|
||||
'OpenSolaris Development': 'Solaris',
|
||||
'OpenSolaris': 'Solaris',
|
||||
'Oracle Solaris': 'Solaris',
|
||||
'Arch ARM': 'Arch',
|
||||
'Manjaro': 'Arch',
|
||||
'Antergos': 'Arch',
|
||||
|
@ -1422,7 +1424,6 @@ def os_data():
|
|||
grains.update(_linux_cpudata())
|
||||
grains.update(_linux_gpu_data())
|
||||
elif grains['kernel'] == 'SunOS':
|
||||
grains['os_family'] = 'Solaris'
|
||||
if salt.utils.is_smartos():
|
||||
# See https://github.com/joyent/smartos-live/issues/224
|
||||
uname_v = os.uname()[3] # format: joyent_20161101T004406Z
|
||||
|
|
Loading…
Add table
Reference in a new issue