Skip to content

Commit

Permalink
Merge pull request #34900 from rallytime/fix-34890
Browse files Browse the repository at this point in the history
Add VirtuozzoLinux to enabled platforms list in rh_service.py
  • Loading branch information
Mike Place committed Jul 22, 2016
2 parents ebebfa6 + 1282448 commit 5aa532f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion salt/modules/rh_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 5aa532f

Please sign in to comment.