mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00

In order to get all possible capabilities from a host, the user has to call virt.capabilities, and then loop over the guests and domains before calling virt.domain_capabilities for each of them. This commit embeds all this logic to get them all in a single virt.all_capabilities call.
1 line
42 B
Text
1 line
42 B
Text
Add virt.all_capabilities helper function
|