You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Some Arguments require spaces. For example, on cli one would run:
salt '*' net.cli 'show version'
When entering 'show version' in the "arguments" field on /molten/execute, the space character is used as a delimiter, and the string is expanded into two arguments:
Issue:
Some Arguments require spaces. For example, on cli one would run:
salt '*' net.cli 'show version'
When entering
'show version'
in the "arguments" field on /molten/execute, the space character is used as a delimiter, and the string is expanded into two arguments:Even though the argument string is contained in single quotes. This results in "invalid command" from the proxy minion.
Expected behaviour: Strings contained in quotes are send through as single arguments in quotes:
The text was updated successfully, but these errors were encountered: