mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24733 from msteed/issue-24439
Include Tornado in versions report
This commit is contained in:
commit
f96b1d68cd
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ def versions_information(include_salt_cloud=False):
|
|||
('RAET', 'raet', '__version__'),
|
||||
('ZMQ', 'zmq', 'zmq_version'),
|
||||
('Mako', 'mako', '__version__'),
|
||||
('Tornado', 'tornado', 'version'),
|
||||
]
|
||||
|
||||
if include_salt_cloud:
|
||||
|
|
Loading…
Add table
Reference in a new issue