Skip to content

Instantly share code, notes, and snippets.

View tyagiprince's full-sized avatar

Prince Tyagi tyagiprince

  • India
View GitHub Profile
The minion function caused an exception: Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/salt/minion.py", line 1363, in _thread_return
return_data = executor.execute()
File "/usr/lib/python2.7/site-packages/salt/executors/direct_call.py", line 28, in execute
return self.func(*self.args, **self.kwargs)
File "/usr/lib/python2.7/site-packages/salt/modules/state.py", line 933, in sls
high_, errors = st_.render_highstate({saltenv: mods})
File "/usr/lib/python2.7/site-packages/salt/state.py", line 3118, in render_highstate
sls, saltenv, mods, matches)
File "/usr/lib/python2.7/site-packages/salt/state.py", line 2785, in render_state