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
Commands that have more than one config action specified should not be allowed.
Example: salt "vmx" junos.load salt://replace.conf replace=True update=True
Description of Issue/Question
Commands that have more than one config action specified should not be allowed.
Example:
salt "vmx" junos.load salt://replace.conf replace=True update=True
The behavior is in sync with PyEZ that doesn't allow more than one config action value.
Link: https://github.com/Juniper/py-junos-eznc/blob/dabef6dc29af8017d5eb8ae4be70daa7a42b77d6/lib/jnpr/junos/utils/config.py#L384
I will raise a PR adding a check to salt.
The text was updated successfully, but these errors were encountered: