Hello,
I'm trying to configure a proxy minion for a junos device.
Here's the config of my files:
root@vladvm-u12:/srv/pillar# cat top.sls
base:
'srx1':
- srx
root@vladvm-u12:/srv/pillar# cat srx.sls
proxy:
proxytype: junos
host: 10.26.254.55
username: root
passwd: xxxxxx
This is the error that I'm getting when trying to start proxy minion.
...
[ERROR ] No proxy key found in pillar for id srx.
[ERROR ] Check your pillar configuration and contents. Salt-proxy aborted.
[WARNING ] Stopping the Salt Proxy Minion
[ERROR ] -1
[INFO ] The proxy minion is shut down
Can anyone shed some light on this?
Thanks,
Vlad