diff --git a/salt/fileclient.py b/salt/fileclient.py index 8254d93b4f..29f3a0e48c 100644 --- a/salt/fileclient.py +++ b/salt/fileclient.py @@ -1218,5 +1218,5 @@ class DumbAuth(object): The dumbauth class is used to stub out auth calls fired from the FSClient subsystem ''' - def gen_token(self): - return '' + def gen_token(self, clear_tok): + return clear_tok