Advertisement
Guest User

Untitled

a guest
Oct 21st, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. (test)root@fa8295b20d96:/srv/salt/_states# salt-call state.single inotify.exists name=foo
  2. [INFO ] Executing command 'ps -efH' in directory '/root'
  3. [INFO ] Loading fresh modules for state activity
  4. [ERROR ] An un-handled exception was caught by salt's global exception handler:
  5. AttributeError: 'list' object has no attribute 'get'
  6. Traceback (most recent call last):
  7. File "/usr/local/bin/salt-call", line 9, in <module>
  8. load_entry_point('salt==0.17.0', 'console_scripts', 'salt-call')()
  9. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/scripts.py", line 77, in salt_call
  10. client.run()
  11. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/cli/__init__.py", line 303, in run
  12. caller.run()
  13. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/cli/caller.py", line 141, in run
  14. self.opts)
  15. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/output/__init__.py", line 30, in display_output
  16. display_data = get_printout(out, opts)(data).rstrip()
  17. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/output/highstate.py", line 67, in output
  18. key=lambda k: data[host][k].get('__run_num__', 0)):
  19. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/output/highstate.py", line 67, in <lambda>
  20. key=lambda k: data[host][k].get('__run_num__', 0)):
  21. AttributeError: 'list' object has no attribute 'get'
  22. Traceback (most recent call last):
  23. File "/usr/local/bin/salt-call", line 9, in <module>
  24. load_entry_point('salt==0.17.0', 'console_scripts', 'salt-call')()
  25. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/scripts.py", line 77, in salt_call
  26. client.run()
  27. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/cli/__init__.py", line 303, in run
  28. caller.run()
  29. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/cli/caller.py", line 141, in run
  30. self.opts)
  31. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/output/__init__.py", line 30, in display_output
  32. display_data = get_printout(out, opts)(data).rstrip()
  33. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/output/highstate.py", line 67, in output
  34. key=lambda k: data[host][k].get('__run_num__', 0)):
  35. File "/usr/local/salt/virtualenv/lib/python2.7/site-packages/salt/output/highstate.py", line 67, in <lambda>
  36. key=lambda k: data[host][k].get('__run_num__', 0)):
  37. AttributeError: 'list' object has no attribute 'get'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement