Skip to content

Commit

Permalink
Add VirtuozzoLinux is yumpkg enable list. (#34902)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Thomas committed Jul 22, 2016
1 parent ad640cc commit 6394030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/yumpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __virtual__():
except Exception:
return (False, "Module yumpkg: no yum based system detected")

enabled = ('amazon', 'xcp', 'xenserver')
enabled = ('amazon', 'xcp', 'xenserver', 'virtuozzolinux')

if os_family == 'redhat' or os_grain in enabled:
return __virtualname__
Expand Down

0 comments on commit 6394030

Please sign in to comment.