Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kelchm
Created November 13, 2014 20:57
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 kelchm/3f9db4e576f6142c1ccc to your computer and use it in GitHub Desktop.
Save kelchm/3f9db4e576f6142c1ccc to your computer and use it in GitHub Desktop.
2014-11-13 15:55:59,214 [salt.master ][ERROR ] Error in function _pillar:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/master.py", line 1329, in run_func
ret = getattr(self, func)(load)
File "/usr/lib/python2.6/site-packages/salt/master.py", line 1094, in _pillar
data = pillar.compile_pillar(pillar_dirs=pillar_dirs)
File "/usr/lib/python2.6/site-packages/salt/pillar/__init__.py", line 577, in compile_pillar
matches = self.top_matches(top)
File "/usr/lib/python2.6/site-packages/salt/pillar/__init__.py", line 355, in top_matches
self.opts.get('nodegroups', {}),
File "/usr/lib/python2.6/site-packages/salt/minion.py", line 2338, in confirm_top
return getattr(self, funcname)(match, nodegroups)
File "/usr/lib/python2.6/site-packages/salt/minion.py", line 2538, in nodegroup_match
salt.utils.minions.nodegroup_comp(tgt, nodegroups)
File "/usr/lib/python2.6/site-packages/salt/minion.py", line 2499, in compound_match
'@'.join(comps[1:])
File "/usr/lib/python2.6/site-packages/salt/minion.py", line 2359, in pcre_match
return bool(re.match(tgt, self.opts['id']))
File "/usr/lib64/python2.6/re.py", line 137, in match
return _compile(pattern, flags).match(string)
File "/usr/lib64/python2.6/re.py", line 245, in _compile
raise error, v # invalid expression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment