Skip to content

Instantly share code, notes, and snippets.

@jalons

jalons/pillar Secret

Last active September 2, 2015 17:29
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/c28eff9281a158f06d92 to your computer and use it in GitHub Desktop.
Save jalons/c28eff9281a158f06d92 to your computer and use it in GitHub Desktop.
hate
[INFO ] zookeeper pillar set to {'zookeeper_pillar': {'zoom_version': {'build': u'151', 'branch': u'master'}, u'exists': u'false'}}
[ERROR ] Error in function _pillar:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/master.py", line 1460, in run_func
ret = getattr(self, func)(load)
File "/usr/lib/python2.6/site-packages/salt/master.py", line 1236, in _pillar
'pillar': data})
File "/usr/lib/python2.6/site-packages/salt/payload.py", line 122, in dumps
except (OverflowError, msgpack.exceptions.PackValueError):
AttributeError: 'module' object has no attribute 'exceptions'
[CRITICAL] The specified returner threw a stack trace:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/master.py", line 2512, in publish
self.mminion.returners[fstr](clear_load['jid'], clear_load)
File "/usr/lib/python2.6/site-packages/salt/returners/local_cache.py", line 220, in save_load
salt.utils.fopen(os.path.join(jid_dir, LOAD_P), 'w+b')
File "/usr/lib/python2.6/site-packages/salt/payload.py", line 174, in dump
fn_.write(self.dumps(msg))
File "/usr/lib/python2.6/site-packages/salt/payload.py", line 122, in dumps
except (OverflowError, msgpack.exceptions.PackValueError):
AttributeError: 'module' object has no attribute 'exceptions'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment