Skip to content

Instantly share code, notes, and snippets.

@oc
Created October 7, 2013 13:39
Show Gist options
  • Select an option

  • Save oc/6868203 to your computer and use it in GitHub Desktop.

Select an option

Save oc/6868203 to your computer and use it in GitHub Desktop.
2013-10-07 15:33:00,390 [salt.master ][ERROR ] Error in function _pillar:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/master.py", line 1444, in run_func
ret = getattr(self, func)(load)
File "/usr/lib/python2.7/dist-packages/salt/master.py", line 1053, in _pillar
data = pillar.compile_pillar()
File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 443, in compile_pillar
top, terrors = self.get_top()
File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 262, in get_top
return self.merge_tops(tops), errors
File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 227, in merge_tops
for comp in ctop[env][tgt]:
TypeError: 'NoneType' object is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment