Skip to content

Commit

Permalink
Merge pull request #50396 from aplanas/fix_service
Browse files Browse the repository at this point in the history
service: SUSE is not based on sysvinit anymore
  • Loading branch information
Mike Place authored Nov 8, 2018
2 parents 30e09a6 + dd1ec38 commit 62c3135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/modules/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 62c3135

Please sign in to comment.