service: SUSE is not based on sysvinit anymore

(cherry picked from commit dd1ec387bb)
This commit is contained in:
Alberto Planas 2018-11-06 15:54:31 +01:00
parent d4b90933ac
commit b5cff17f77

View File

@ -41,6 +41,7 @@ def __virtual__():
'elementary OS',
'McAfee OS Server',
'Raspbian',
'SUSE',
))
if __grains__.get('os') in disable:
return (False, 'Your OS is on the disabled list')