Add support for systemd in latest XenServer 7.0 release which is now based on CentOS 7.

This commit is contained in:
Krzysztof Pawłowski 2016-07-06 13:29:35 +02:00
parent 516f494565
commit 6f1437813d

View File

@ -44,7 +44,8 @@ def __virtual__():
'McAfee OS Server',
'Void',
'Mint',
'Raspbian'
'Raspbian',
'XenServer'
))
if __grains__.get('os', '') in disable:
return (False, 'Your OS is on the disabled list')