mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
useless else
This commit is contained in:
parent
efbfbbace8
commit
4a06a0b54b
@ -28,8 +28,8 @@ def __virtual__():
|
||||
|
||||
if __grains__['os'] in supported and _check_pkgin():
|
||||
return 'pkg'
|
||||
else:
|
||||
return False
|
||||
|
||||
return False
|
||||
|
||||
|
||||
def _splitpkg(name):
|
||||
|
Loading…
Reference in New Issue
Block a user