mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #34900 from rallytime/fix-34890
Add VirtuozzoLinux to enabled platforms list in rh_service.py
This commit is contained in:
commit
5aa532f98b
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