mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix wrong number of arguments
This commit is contained in:
parent
c369bc1a74
commit
b27a9530be
@ -85,7 +85,7 @@ def __virtual__():
|
||||
return False
|
||||
|
||||
|
||||
def __init__():
|
||||
def __init__(opts):
|
||||
'''
|
||||
For Debian and derivative systems, set up
|
||||
a few env variables to keep apt happy and
|
||||
|
Loading…
Reference in New Issue
Block a user