mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add support for systemd in latest XenServer 7.0 release which is now based on CentOS 7.
This commit is contained in:
parent
516f494565
commit
6f1437813d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user