mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add VirtuozzoLinux to the list of enabled distros for rpm.py
This commit is contained in:
parent
ebebfa647f
commit
45e2ce10a4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def __virtual__():
|
|||
except Exception:
|
||||
return (False, 'The rpm execution module failed to load: failed to detect os or os_family grains.')
|
||||
|
||||
enabled = ('amazon', 'xcp', 'xenserver')
|
||||
enabled = ('amazon', 'xcp', 'xenserver', 'VirtuozzoLinux')
|
||||
|
||||
if os_family in ['redhat', 'suse'] or os_grain in enabled:
|
||||
return __virtualname__
|
||||
|
|
Loading…
Add table
Reference in a new issue