mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Single quotes
This commit is contained in:
parent
1396f3f355
commit
2ee66c7bb1
@ -37,7 +37,7 @@ class RunnerClient(object):
|
||||
'''
|
||||
salt.utils.daemonize()
|
||||
event = salt.utils.event.MasterEvent(self.opts['sock_dir'])
|
||||
data = {'fun': "runner.{0}".format(fun),
|
||||
data = {'fun': 'runner.{0}'.format(fun),
|
||||
'jid': jid,
|
||||
'user': user,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user