mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add VirtuozzoLinux to enabled platforms list in rh_service.py
Fixes #34890
This commit is contained in:
parent
ebebfa647f
commit
12824487cc
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ def __virtual__():
|
|||
'OEL',
|
||||
'SUSE Enterprise Server',
|
||||
'SUSE',
|
||||
'McAfee OS Server'
|
||||
'McAfee OS Server',
|
||||
'VirtuozzoLinux'
|
||||
))
|
||||
if __grains__['os'] in enable:
|
||||
if __grains__['os'] == 'XenServer':
|
||||
|
|
Loading…
Add table
Reference in a new issue