Disable the service module on Cumulus since it is using systemd.

This commit is contained in:
Gareth J. Greenaway 2018-03-14 11:24:43 -07:00
parent b11a8fc8e0
commit ea3c16080e
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

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