[DEBUG ] Sending event - data = {'fun_args': ['master-files'], 'jid': '20150718212000456503', 'return': ['Pillar failed to render with the following messages:', "Rendering SLS 'PSC01SERV008' failed. Please see master log for details."], 'retcode': 5, 'success': True, 'cmd': '_return', '_stamp': '2015-07-18T20:20:03.219076', 'fun': 'state.sls', 'id': 'PSC01SERV008', 'out': 'highstate'}
salt-master -l debug
? That should produce lots of debug.
Alternatively you can set
pillar_safe_render_error = False
to get that error sent to the minions
Cheers, Tim
$ sudo salt 'wks-ololo' pillar.items
wks-ololo:
----------
_errors:
- Rendering SLS 'elliptics' failed. Please see master log for details.
---
[...]
image: elliptics
ports:
- 1025: 1025
- 20000: 20000
groups: {{ elliptics_groups }}
{% if grains.orchestration == "consul" } <======================
service:
name: elliptics-{{ grains.node_type }}
tag: {{ prefix }}
{% endif %}
remotes: {{ remotes }}
---
2015-09-28 14:39:16,241 [salt.pillar ][CRITICAL][6877] Pillar render error: Rendering SLS 'elliptics' failed. Please see master log for details.