Add VirtuozzoLinux to enabled platforms list in rh_service.py

Fixes #34890
This commit is contained in:
rallytime 2016-07-22 14:43:09 -06:00
parent ebebfa647f
commit 12824487cc

View file

@ -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':