mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46547 from garethgreenaway/46427_service_module_cumulus
[2017.7] Disable service module for Cumulus
This commit is contained in:
commit
048b2ba3f6
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