mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #34483 from msciciel/systemd-xenserver-7
Add support for systemd in latest XenServer 7.0 release which is now …
This commit is contained in:
commit
d7acb758d9
@ -44,7 +44,8 @@ def __virtual__():
|
|||||||
'McAfee OS Server',
|
'McAfee OS Server',
|
||||||
'Void',
|
'Void',
|
||||||
'Mint',
|
'Mint',
|
||||||
'Raspbian'
|
'Raspbian',
|
||||||
|
'XenServer'
|
||||||
))
|
))
|
||||||
if __grains__.get('os', '') in disable:
|
if __grains__.get('os', '') in disable:
|
||||||
return (False, 'Your OS is on the disabled list')
|
return (False, 'Your OS is on the disabled list')
|
||||||
|
Loading…
Reference in New Issue
Block a user