mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disable the service
module on Cumulus since it is using systemd.
This commit is contained in:
parent
b11a8fc8e0
commit
ea3c16080e
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ def __virtual__():
|
|||
'Void',
|
||||
'Mint',
|
||||
'Raspbian',
|
||||
'XenServer'
|
||||
'XenServer',
|
||||
'Cumulus'
|
||||
))
|
||||
if __grains__.get('os', '') in disable:
|
||||
return (False, 'Your OS is on the disabled list')
|
||||
|
|
Loading…
Add table
Reference in a new issue