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
The current state example provided doesn't work is incorrect.
➜ salt 'vmx' state.apply junos_load
[WARNING ] /Users/rsmekala/PycharmProjects/salt/salt/payload.py:149: DeprecationWarning: encoding is deprecated, Use raw=False instead.
ret = msgpack.loads(msg, use_list=True, ext_hook=ext_type_decoder, encoding=encoding)
vmx:
----------
ID: Install the mentioned config
Function: junos.load
Result: False
Comment:
Started: 12:07:25.098619
Duration: 9.046 ms
Changes:
----------
message:
Salt failed to render the template, please check file path and syntax.
Error: Path 'Install the mentioned config' is not absolute
out:
False
Summary for vmx
------------
Succeeded: 0 (changed=1)
Failed: 1
------------
Total states run: 1
Total run time: 9.046 ms
ERROR: Minions returned with non-zero exit code
Will raise a PR fixing this.
The text was updated successfully, but these errors were encountered:
Junos.load with templates is broken. I tried out the sample state file and found it to be broken. I can't pinpoint the change that broke this, it probably is related to salt core changes.
Description of Issue/Question
The current state example provided doesn't work is incorrect.
Will raise a PR fixing this.
The text was updated successfully, but these errors were encountered: