mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
version: add system platform to versions report
Some platforms, such as Darwin, do not postitively identify the platform name in any of the other system fields currently in the versions report. Improves #21906.
This commit is contained in:
parent
66a2e5f52f
commit
fabd39e6d5
@ -608,6 +608,7 @@ def system_information():
|
||||
return ' '.join(win_ver)
|
||||
|
||||
system = [
|
||||
('platform', platform.system()),
|
||||
('dist', ' '.join(platform.dist())),
|
||||
('release', platform.release()),
|
||||
('machine', platform.machine()),
|
||||
|
Loading…
Reference in New Issue
Block a user