-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Execution-ModuleP2Priority 2Priority 2PlatformRelates to OS, containers, platform-based utilities like FS, system based appsRelates to OS, containers, platform-based utilities like FS, system based appsbugbroken, incorrect, or confusing behaviorbroken, incorrect, or confusing behaviorseverity-medium3rd level, incorrect or bad functionality, confusing and lacks a work around3rd level, incorrect or bad functionality, confusing and lacks a work aroundstale
Milestone
Description
Testing the example documented.
Only tested on 2014.7 right now. Will try and test develop.
root@minion:/# salt-call publish.publish minion test.kwarg arg="['cheese=spam','spam=cheese']"
local:
----------
minion:
TypeError encountered executing test.kwarg: kwarg() takes exactly 0 arguments (9 given). See debug log for more info.
The debug log has this:
[salt.minion ][WARNING ] TypeError encountered executing test.kwarg: kwarg() takes exactly 0 arguments (9 given). See debug log for more info.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1022, in _thread_return
return_data = func(*args, **kwargs)
TypeError: kwarg() takes exactly 0 arguments (9 given)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Execution-ModuleP2Priority 2Priority 2PlatformRelates to OS, containers, platform-based utilities like FS, system based appsRelates to OS, containers, platform-based utilities like FS, system based appsbugbroken, incorrect, or confusing behaviorbroken, incorrect, or confusing behaviorseverity-medium3rd level, incorrect or bad functionality, confusing and lacks a work around3rd level, incorrect or bad functionality, confusing and lacks a work aroundstale