Skip to content

Instantly share code, notes, and snippets.

@hatifnatt
Created July 27, 2017 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatifnatt/42586ba3eb0001f89e0799323f0409e0 to your computer and use it in GitHub Desktop.
Save hatifnatt/42586ba3eb0001f89e0799323f0409e0 to your computer and use it in GitHub Desktop.
Salt exception when incorrect pillar name specified
The minion function caused an exception: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1480, in _thread_return
return_data = executor.execute()
File "/usr/lib/python2.7/dist-packages/salt/executors/direct_call.py", line 28, in execute
return self.func(*self.args, **self.kwargs)
File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 1261, in sls_id
err += __pillar__['_errors']
File "/usr/lib/python2.7/dist-packages/salt/utils/context.py", line 211, in __getitem__
return self._dict()[key]
KeyError: '_errors'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment