mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
service: SUSE is not based on sysvinit anymore
(cherry picked from commit dd1ec387bb
)
This commit is contained in:
parent
d4b90933ac
commit
b5cff17f77
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user