Closed abhi1693 closed 2 years ago
Are you using salt-call because you running in masterless mode? Never tried to use it in such a way to be honest, but looks like for some reason __proxy__["nornir.nr_data"]
dictionary does not have "nornir.nr_data" key.
What about other function - cli, cfg - do they work at all?
Not sure, proxy-minions, do they support masterless mode at all?
I'm not in masterless mode, but I thought to directly invoke the commands on the minion to quickly test the examples from the documentation. I wasn't aware that it is not supported.
From the documentation's example, I ran
salt-call nr.learn "show version" "show int brief" tf="cli_facts" fun="cli
and was presented with the following error. This happens for allnr.learn
commands.