Skip to content

Instantly share code, notes, and snippets.

@jalons

jalons/error Secret

Created November 4, 2014 17:51
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 jalons/c05016aafc6dd8d8569f to your computer and use it in GitHub Desktop.
Save jalons/c05016aafc6dd8d8569f to your computer and use it in GitHub Desktop.
2014-11-04 11:48:02,148 [salt.minion ][WARNING ] The minion function caused an exception: Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/minion.py", line 724, in _thread_return
return_data = func(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/salt/modules/state.py", line 348, in sls
high_, errors = st_.render_highstate({env: mods})
File "/usr/lib/python2.6/site-packages/salt/state.py", line 2278, in render_highstate
state, errors = self.render_state(sls, env, mods, matches)
File "/usr/lib/python2.6/site-packages/salt/state.py", line 2051, in render_state
if inc_sls.startswith('.'):
AttributeError: 'list' object has no attribute 'startswith'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment