Created
October 7, 2013 13:39
-
-
Save oc/6868203 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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