Merge pull request #46547 from garethgreenaway/46427_service_module_cumulus

[2017.7] Disable service module for Cumulus
This commit is contained in:
Nicole Thomas 2018-03-15 12:14:59 -04:00 committed by GitHub
commit 048b2ba3f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')