Skip to content

Instantly share code, notes, and snippets.

@JustinCarmony
Created February 18, 2014 22:45
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 JustinCarmony/5a3c5296b1964f25a4d1 to your computer and use it in GitHub Desktop.
Save JustinCarmony/5a3c5296b1964f25a4d1 to your computer and use it in GitHub Desktop.
----------
State: - file
Name: /etc/redis/redis_6379.conf
Function: managed
Result: False
Comment: An exception occurred in this state: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1278, in call
*cdata['args'], **cdata['kwargs'])
File "/usr/lib/python2.7/dist-packages/salt/states/file.py", line 1139, in managed
**kwargs
File "/usr/lib/python2.7/dist-packages/salt/modules/file.py", line 1582, in get_managed
**kwargs)
File "/usr/lib/python2.7/dist-packages/salt/utils/templates.py", line 52, in render_tmpl
kws.update(context)
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Changes:
----------
State: - file
Name: /etc/init.d/redis_6379
Function: managed
Result: False
Comment: An exception occurred in this state: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1278, in call
*cdata['args'], **cdata['kwargs'])
File "/usr/lib/python2.7/dist-packages/salt/states/file.py", line 1139, in managed
**kwargs
File "/usr/lib/python2.7/dist-packages/salt/modules/file.py", line 1582, in get_managed
**kwargs)
File "/usr/lib/python2.7/dist-packages/salt/utils/templates.py", line 52, in render_tmpl
kws.update(context)
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment