Created
June 25, 2014 17:24
-
-
Save ryan-lane/88fec4264d134e25e5ea to your computer and use it in GitHub Desktop.
This file contains 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
KeyError: 'file_|-Ensure statsd supervisor configuration exists_|-/etc/supervisor/conf.d/statsd.conf_|-managed' | |
Traceback (most recent call last): | |
File "/usr/bin/salt-call", line 11, in <module> | |
salt_call() | |
File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 128, in salt_call | |
client.run() | |
File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 398, in run | |
caller.run() | |
File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 186, in run | |
ret = self.call() | |
File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 91, in call | |
ret['return'] = func(*args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 287, in highstate | |
whitelist=kwargs.get('whitelist') | |
File "/usr/lib/python2.7/dist-packages/salt/state.py", line 2768, in call_highstate | |
return self.state.call_high(high) | |
File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1904, in call_high | |
ret = self.call_listen(chunks, ret) | |
File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1869, in call_listen | |
if running[to_tag]['changes']: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment